Keytabs will go in the etc

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-10 20:55:09 +02:00
parent 9cc9707f57
commit 685ae8aa3a

View file

@ -37,9 +37,6 @@ spec:
- name: config-volume
mountPath: /etc/fas
readOnly: true
- name: keytab-volume
mountPath: /etc/keytabs
readOnly: true
- name: httpdir-volume
mountPath: /httpdir
readinessProbe:
@ -58,9 +55,6 @@ spec:
- name: config-volume
configMap:
name: fas
- name: keytab-volume
secret:
secretName: fas-keytab
- name: httpdir-volume
emptyDir: {}
triggers: