UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 2103e15c authored by Ryan Garcia's avatar Ryan Garcia :dizzy: Committed by Branden Cobb
Browse files

Merge branch 'micah.nagel-master-patch-24233' into 'master'

Add Fluentbit as hostFilesystem Exception

See merge request platform-one/big-bang/bigbang!835

(cherry picked from commit 2e1bacb7)

3c031e19 Update chart/templates/gatekeeper/values.yaml
715d75b5 regex magics
parent bf44a39c
No related branches found
No related tags found
No related merge requests found
Pipeline #455880 canceled
......@@ -34,12 +34,20 @@ 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:
{{- if .Values.monitoring.enabled }}
match:
excludedNamespaces:
# Prometheus-node-exporter needs access to host to get node metrics
- monitoring
{{- end }}
{{- if .Values.fluentbit.enabled }}
parameters:
excludedResources:
# Fluentbit pods need access to host to get log files
- logging/logging-fluent-bit-.*
{{- 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