Update k8s/apps/khm/deployment.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 9s
All checks were successful
Check with kubeconform / lint (push) Successful in 9s
This commit is contained in:
@ -26,7 +26,7 @@ spec:
|
|||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
/usr/local/bin/khm --server --db-user=${PG_USER} --db-password=${PG_PASS} --flows=default --db-host=psql.psql.svc --ip=0.0.0.0
|
/usr/local/bin/khm --server --db-user=${PG_USER} --db-password=${PG_PASS} --flows=default,private --db-host=psql.psql.svc --ip=0.0.0.0
|
||||||
env:
|
env:
|
||||||
- name: PG_USER
|
- name: PG_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
Reference in New Issue
Block a user