UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 2e1bacb7 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
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
parents 4536e8e6 715d75b5
No related branches found
No related tags found
1 merge request!835Add Fluentbit as hostFilesystem Exception
Pipeline #455855 passed
......@@ -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