UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit aee2f420 authored by Brett Charrier's avatar Brett Charrier Committed by Micah Nagel
Browse files

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

parent e2f39695
No related branches found
No related tags found
1 merge request!2130Add istio-init container exclusion for require-non-root-user
......@@ -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