Skip to content
Snippets Groups Projects
Commit 8e54b2c2 authored by OZGCloud's avatar OZGCloud
Browse files

ozg-6647 default monitoring namespace

parent 191b4aa5
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ spec:
- from:
- namespaceSelector:
matchLabels:
name: {{ (.Values.networkPolicy).monitoringNamespace | default "openshift-monitoring" }}
name: {{ (.Values.networkPolicy).monitoringNamespace | default "openshift-user-workload-monitoring" }}
ports:
- protocol: TCP
port: 8081
......
......@@ -79,7 +79,7 @@ tests:
- from:
- namespaceSelector:
matchLabels:
name: openshift-monitoring
name: openshift-user-workload-monitoring
ports:
- port: 8081
protocol: TCP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment