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