UNCLASSIFIED - NO CUI

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

Merge branch 'promtail_selinux_exception' into 'master'

Promtail needs selinux option type spc_t

See merge request platform-one/big-bang/bigbang!1137
parents 2424c8e0 1f802f31
No related branches found
No related tags found
2 merge requests!1386Master,!1137Promtail needs selinux option type spc_t
Pipeline #591867 passed
......@@ -101,7 +101,7 @@ violations: # Try to keep this in alpha order to make it easier to find keys
{{- end }}
{{- end }}
{{- if or .Values.fluentbit.enabled .Values.twistlock.enabled }}
{{- if or .Values.fluentbit.enabled .Values.twistlock.enabled .Values.promtail.enabled }}
selinuxPolicy:
parameters:
excludedResources:
......@@ -113,6 +113,10 @@ violations: # Try to keep this in alpha order to make it easier to find keys
# 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 }}
......
......@@ -428,7 +428,7 @@ promtail:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/promtail.git
path: "./chart"
tag: "3.8.1-bb.1"
tag: "3.8.1-bb.2"
# -- Flux reconciliation overrides specifically for the Promtail Package
flux: {}
......
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