Revert "Disable Koschei keytab volume for now"
This reverts commit 0d039c1020
.
This commit is contained in:
parent
0d039c1020
commit
ac78fbe82d
1 changed files with 7 additions and 7 deletions
|
@ -24,10 +24,10 @@ spec:
|
|||
- name: config-volume
|
||||
mountPath: /etc/koschei
|
||||
readOnly: true
|
||||
# - name: keytab-volume
|
||||
# mountPath: /etc/krb5.keytab
|
||||
# subPath: krb5.keytab
|
||||
# readOnly: true
|
||||
- name: keytab-volume
|
||||
mountPath: /etc/krb5.keytab
|
||||
subPath: krb5.keytab
|
||||
readOnly: true
|
||||
resources:
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
@ -35,6 +35,6 @@ spec:
|
|||
- name: config-volume
|
||||
secret:
|
||||
secretName: backend-config
|
||||
# - name: keytab-volume
|
||||
# secret:
|
||||
# secretName: backend-keytab
|
||||
- name: keytab-volume
|
||||
secret:
|
||||
secretName: backend-keytab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue