"lib/vscode:/vscode.git/clone" did not exist on "453cb26c32273b94fa8e7d38fa37656d54c540a4"
Unverified Commit a379c1b1 authored by Jonathan Tong's avatar Jonathan Tong Committed by GitHub
Browse files

docs: fix prometheus helm install namespace selector syntax (#5548)


Signed-off-by: default avatarJont828 <jt572@cornell.edu>
parent dd93d845
...@@ -20,8 +20,8 @@ helm repo update ...@@ -20,8 +20,8 @@ helm repo update
# Values allow PodMonitors to be picked up that are outside of the kube-prometheus-stack helm release # Values allow PodMonitors to be picked up that are outside of the kube-prometheus-stack helm release
helm install prometheus -n monitoring --create-namespace prometheus-community/kube-prometheus-stack \ helm install prometheus -n monitoring --create-namespace prometheus-community/kube-prometheus-stack \
--set prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues=false \ --set prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues=false \
--set prometheus.prometheusSpec.podMonitorNamespaceSelector="{}" \ --set prometheus.prometheusSpec.podMonitorNamespaceSelector.matchLabels=null \
--set prometheus.prometheusSpec.probeNamespaceSelector="{}" --set prometheus.prometheusSpec.probeNamespaceSelector.matchLabels=null
``` ```
> [!Note] > [!Note]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment