Planet: add kerberos env variable

Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
Pedro Moura 2024-02-16 12:36:01 -03:00 committed by phsmoura
parent 3ea1ea147e
commit 358c66ce34

View file

@ -26,6 +26,8 @@ spec:
value: '/etc/krb5/krb5.conf' value: '/etc/krb5/krb5.conf'
name: KRB5_CLIENT_KTNAME name: KRB5_CLIENT_KTNAME
value: '/etc/keytabs/http' value: '/etc/keytabs/http'
name: KRB5CCNAME
value: '/tmp/ccache'
ports: ports:
- containerPort: 8080 - containerPort: 8080
volumeMounts: volumeMounts: