remove field only valid for pod from container securityContext (#9)
This commit is contained in:
parent
db571d8dda
commit
bd02c9ba5f
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ spec:
|
|||
- name: vault
|
||||
{{ template "vault.resources" . }}
|
||||
securityContext:
|
||||
fsGroup: {{ template "vault.fsgroup" . }}
|
||||
privileged: true
|
||||
image: "{{ .Values.global.image }}"
|
||||
command: {{ template "vault.command" . }}
|
||||
|
|
Loading…
Reference in a new issue