Planet: fix env varible syntax
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
2ff74f0ed1
commit
0fc9c24494
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ spec:
|
|||
env:
|
||||
- name: KRB5_CONFIG
|
||||
value: '/etc/krb5/krb5.conf'
|
||||
name: KRB5_CLIENT_KTNAME
|
||||
- name: KRB5_CLIENT_KTNAME
|
||||
value: '/etc/keytabs/http'
|
||||
name: KRB5CCNAME
|
||||
- name: KRB5CCNAME
|
||||
value: '/tmp/ccache'
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue