UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 26a485f0 authored by Micah Nagel's avatar Micah Nagel :moneybag:
Browse files

Merge branch '1276-confidential-issue' into 'master'

Add istio-init container exclusion for require-non-root-user

Closes #1276

See merge request platform-one/big-bang/bigbang!2130
parents 89a98af7 aee2f420
No related branches found
No related tags found
1 merge request!2130Add istio-init container exclusion for require-non-root-user
Pipeline #1095840 passed with warnings
......@@ -288,6 +288,11 @@ policies:
require-non-root-user:
validationFailureAction: audit
{{ if .Values.istio.enabled }}
parameters:
excludeContainers:
- istio-init
{{- end }}
{{- if or $deployRestic .Values.twistlock.enabled .Values.fluentbit.enabled .Values.promtail.enabled .Values.addons.gitlab.enabled }}
exclude:
any:
......
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