UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3c031e19 authored by Micah Nagel's avatar Micah Nagel
Browse files

Update chart/templates/gatekeeper/values.yaml

parent 23bff2a5
No related branches found
No related tags found
1 merge request!835Add Fluentbit as hostFilesystem Exception
Pipeline #455681 passed
......@@ -34,12 +34,18 @@ violations: # Try to keep this in alpha order to make it easier to find keys
- mattermost/init-check-database
{{- end }}
{{- if .Values.monitoring.enabled}}
{{- if or .Values.monitoring.enabled .Values.fluentbit.enabled }}
allowedHostFilesystem:
match:
excludedNamespaces:
{{- if .Values.monitoring.enabled }}
# Prometheus-node-exporter needs access to host to get node metrics
- monitoring
{{- end }}
{{- if .Values.fluentbit.enabled }}
# Fluentbit pods need access to host to get log files
- logging
{{- end }}
{{- end }}
{{- if .Values.addons.mattermost.enabled }}
......
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