Skip to content

Commit 24b9068

Browse files
authored
Update prometheus-remote-write-managed-identity.md
Corrected helm upgrade command
1 parent 1733811 commit 24b9068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/essentials/prometheus-remote-write-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ This step isn't required if you're using an AKS identity since it will already h
150150
az aks get-credentials -g <aks-rg-name> -n <aks-cluster-name>
151151
152152
# use helm to update your remote write config
153-
helm upgrade -f <YAML-FILENAME>.yml prometheus prometheus-community/kube-prometheus-stack -namespace <namespace where Prometheus pod resides>
153+
helm upgrade -f <YAML-FILENAME>.yml prometheus prometheus-community/kube-prometheus-stack --namespace <namespace where Prometheus pod resides>
154154
```
155155
156156
## Verification and troubleshooting

0 commit comments

Comments
 (0)