File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/clusters/observability Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ spec:
110110Then, update Prometheus with your annotations:
111111
112112` ` ` bash
113- kubectl patch prometheuses.monitoring.coreos.com prometheus --patch-file patch.yaml --type merge
113+ kubectl patch --namespace prometheus prometheuses.monitoring.coreos.com prometheus --patch-file patch.yaml --type merge
114114```
115115
116116## Long term metric storage
@@ -138,5 +138,5 @@ spec:
138138Update Prometheus with your changes:
139139
140140` ` ` bash
141- kubectl patch prometheuses.monitoring.coreos.com prometheus --patch-file patch.yaml --type merge
141+ kubectl patch --namespace prometheus prometheuses.monitoring.coreos.com prometheus --patch-file patch.yaml --type merge
142142```
You can’t perform that action at this time.
0 commit comments