UNCLASSIFIED - NO CUI

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

regex magics

parent 3c031e19
No related branches found
No related tags found
1 merge request!835Add Fluentbit as hostFilesystem Exception
Pipeline #455814 passed
......@@ -36,16 +36,18 @@ violations: # Try to keep this in alpha order to make it easier to find keys
{{- if or .Values.monitoring.enabled .Values.fluentbit.enabled }}
allowedHostFilesystem:
{{- if .Values.monitoring.enabled }}
match:
excludedNamespaces:
{{- if .Values.monitoring.enabled }}
# Prometheus-node-exporter needs access to host to get node metrics
- monitoring
{{- end }}
{{- if .Values.fluentbit.enabled }}
{{- end }}
{{- if .Values.fluentbit.enabled }}
parameters:
excludedResources:
# Fluentbit pods need access to host to get log files
- logging
{{- end }}
- 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