remove field only valid for pod from container securityContext (#9)

This commit is contained in:
Khris Richardson 2019-08-07 16:23:51 -07:00 committed by Jason O'Donnell
parent db571d8dda
commit bd02c9ba5f

View file

@ -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" . }}