Skip to content

Commit

Permalink
Fix the typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwani Singh <[email protected]>
  • Loading branch information
ashwani-opstree committed Jul 31, 2024
1 parent 1a46266 commit a74885e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions charts/pga/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
```

0 comments on commit a74885e

Please sign in to comment.