Skip to content
Snippets Groups Projects
Verified Commit 0ef7dded authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(monitoring): Use correct path notation

parent 5649e1a4
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ spec:
name: kube-prometheus-stack-admission
patch:
- op: add
path: webhooks/0/namespaceSelector
path: /webhooks/0/namespaceSelector
value:
matchExpressions:
- key: kubernetes.io/metadata.name
......@@ -56,7 +56,7 @@ spec:
name: kube-prometheus-stack-admission
patch:
- op: add
path: webhooks/0/namespaceSelector
path: /webhooks/0/namespaceSelector
value:
matchExpressions:
- key: kubernetes.io/metadata.name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment