UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 23ea7f0f authored by bhearn's avatar bhearn Committed by Ryan Garcia
Browse files

allowedHostFilesystem For Prometheus Exporter

parent 711a5af3
No related branches found
No related tags found
1 merge request!712allowedHostFilesystem For Prometheus Exporter
......@@ -30,6 +30,14 @@ violations: # Try to keep this in alpha order to make it easier to find keys
- init-check-database # mattermost needs postgres:13 image and cannot override the upstream
{{- end }}
{{- if .Values.monitoring.enabled}}
allowedHostFilesystem:
match:
excludedNamespaces:
# required for monitoring's prometheus-node-exporter to get node metrics
- monitoring
{{- end }}
{{- if .Values.monitoring.enabled }}
hostNetworking:
match:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment