FASJSON: get the host keytab
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
bfcf91830b
commit
2af8ad94c9
2 changed files with 13 additions and 13 deletions
|
@ -31,10 +31,10 @@ spec:
|
|||
ports:
|
||||
- containerPort: 8080
|
||||
volumeMounts:
|
||||
#- name: keytab-host-volume
|
||||
# mountPath: /etc/keytabs/host
|
||||
# subPath: host
|
||||
# readOnly: true
|
||||
- name: keytab-host-volume
|
||||
mountPath: /etc/keytabs/host
|
||||
subPath: host
|
||||
readOnly: true
|
||||
- name: keytab-http-volume
|
||||
mountPath: /etc/keytabs/http
|
||||
subPath: http
|
||||
|
@ -68,9 +68,9 @@ spec:
|
|||
- name: fasjson-config-volume
|
||||
configMap:
|
||||
name: fasjson-config
|
||||
# - name: keytab-host-volume
|
||||
# secret:
|
||||
# secretName: fasjson-keytab-host
|
||||
- name: keytab-host-volume
|
||||
secret:
|
||||
secretName: fasjson-keytab-host
|
||||
- name: keytab-http-volume
|
||||
secret:
|
||||
secretName: fasjson-keytab-http
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue