File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 9191 {{- end }}
9292 imagePullPolicy : {{ .Values.enforcer.image.imagePullPolicy }}
9393 securityContext :
94- {{- if .Values.enforcer.securityContext }}
9594{{ toYaml .Values.enforcer.securityContext | indent 12 }}
96- {{- else }}
97- privileged : true
98- {{- end }}
9995 resources :
10096 {{- if .Values.enforcer.resources }}
10197{{ toYaml .Values.enforcer.resources | indent 12 }}
Original file line number Diff line number Diff line change @@ -356,7 +356,8 @@ enforcer:
356356 keyFile : tls.key
357357 pemFile : tls.crt
358358 caFile : ca.crt # must be the same CA for all internal.
359- securityContext : {}
359+ securityContext :
360+ privileged : true
360361manager :
361362 # If false, manager will not be installed
362363 enabled : true
You can’t perform that action at this time.
0 commit comments