UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Csi kyverno policy violation remediation

Merged Daniel Chen requested to merge csi_provider_final into main
Files
6
@@ -917,6 +917,12 @@ Sets CSI daemonset securityContext for container
{{- else }}
{{- toYaml .Values.csi.daemonSet.securityContext.container | nindent 12 }}
{{- end }}
{{- else if not .Values.global.openshift }}
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
{{- end }}
{{- end -}}
Loading