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
|
- name: vault
|
||||||
{{ template "vault.resources" . }}
|
{{ template "vault.resources" . }}
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: {{ template "vault.fsgroup" . }}
|
|
||||||
privileged: true
|
privileged: true
|
||||||
image: "{{ .Values.global.image }}"
|
image: "{{ .Values.global.image }}"
|
||||||
command: {{ template "vault.command" . }}
|
command: {{ template "vault.command" . }}
|
||||||
|
|
Loading…
Reference in a new issue