Forgot an env var
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b16660ab24
commit
cc4ff8266a
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
resources: {}
|
resources: {}
|
||||||
|
env:
|
||||||
|
- name: KRB5_CONFIG
|
||||||
|
value: /etc/ipa/krb5.conf
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /opt/app-root/config/
|
mountPath: /opt/app-root/config/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue