update values, correct security spot for contianers
This commit is contained in:
parent
5a4c3e69b1
commit
0d3280254c
2 changed files with 5 additions and 5 deletions
|
@ -36,10 +36,6 @@ spec:
|
|||
spec:
|
||||
#TODO: look at how Consul exposes affinity
|
||||
terminationGracePeriodSeconds: 10
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
# TODO: confirm Vault needs this
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
|
@ -56,6 +52,10 @@ spec:
|
|||
{{- end }}
|
||||
containers:
|
||||
- name: vault
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
# TODO: confirm Vault needs this
|
||||
privileged: true
|
||||
image: "{{ default .Values.global.image .Values.consulHA.image }}"
|
||||
env:
|
||||
- name: HOST_IP
|
||||
|
|
|
@ -21,7 +21,7 @@ global:
|
|||
image: "vault:1.0.0-beta2"
|
||||
|
||||
server:
|
||||
enabled: "-"
|
||||
enabled: false
|
||||
image: null
|
||||
replicas: 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue