update values, correct security spot for contianers

This commit is contained in:
Clint Shryock 2018-11-16 16:46:29 -06:00
parent 5a4c3e69b1
commit 0d3280254c
No known key found for this signature in database
GPG key ID: B7C8F9C70EC5CD29
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -21,7 +21,7 @@ global:
image: "vault:1.0.0-beta2"
server:
enabled: "-"
enabled: false
image: null
replicas: 1