Planet: fix mount path
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
a3086982d8
commit
96c6caefb7
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ spec:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: keytab-volume
|
- name: keytab-volume
|
||||||
mountPath: /etc/keytabs
|
mountPath: /etc/keytabs/http
|
||||||
|
subPath: http
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: krb-config-volume
|
- name: krb-config-volume
|
||||||
mountPath: /etc/krb5
|
mountPath: /etc/krb5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue