UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Promtail needs selinux option type spc_t

Merged Michael Martin requested to merge promtail_selinux_exception into master
@@ -101,7+101,7 @@
{{- end }}
{{- end }}
{{- if or .Values.fluentbit.enabled .Values.twistlock.enabled }}
selinuxPolicy:
parameters:
excludedResources:
@@ -113,7+113,7 @@
# Twistlock Defenders need selinux option type spc_t
- twistlock/twistlock-defender
{{- end }}
{{- if .Values.promtail.enabled }}
# Promtail needs selinux option type spc_t
- logging/promtail
{{- end }}
{{- end }}
{{- if or .Values.fluentbit.enabled .Values.twistlock.enabled .Values.monitoring.enabled .Values.promtail.enabled }}
Loading