From a74885ec89c1a3cb6ab98ee743cff558374e355d Mon Sep 17 00:00:00 2001 From: Ashwani Singh Date: Wed, 31 Jul 2024 22:18:26 +0530 Subject: [PATCH] Fix the typo Signed-off-by: Ashwani Singh --- charts/pga/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/pga/README.md b/charts/pga/README.md index 1c8fe6fb..5daae401 100644 --- a/charts/pga/README.md +++ b/charts/pga/README.md @@ -19,19 +19,18 @@ kubectl apply --server-side=true -f https://raw.githubusercontent.com/prometheus kubectl apply --server-side=true -f https://raw.githubusercontent.com/prometheus-community/helm-charts/kube-prometheus-stack-61.5.0/charts/kube-prometheus-stack/charts/crds/crds/crd-thanosrulers.yaml ``` ## 2. Update Helm Chart Dependencies -``` +```bash helm dep update ``` Updates Helm chart dependencies. ## 3. Create a Namespace for Monitoring - -``` +```bash kubectl create ns monitoring ``` Creates a Kubernetes namespace named monitoring. ## 4. Render chart templates locally and apply -``` +```bash helm template --name-template=monitoring . -n monitoring -f values.yaml | kubectl apply -f - ``` \ No newline at end of file