koschei: run jobs with admin DB credentials
This commit is contained in:
parent
f1d497089e
commit
7b03bf0ffe
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ config = {
|
||||||
"username": "{{ koschei_pgsql_admin_username }}",
|
"username": "{{ koschei_pgsql_admin_username }}",
|
||||||
"password": "{{ koschei_pgsql_admin_password }}",
|
"password": "{{ koschei_pgsql_admin_password }}",
|
||||||
},
|
},
|
||||||
|
"unpriv_db_username": "{{ koschei_pgsql_username }}",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
|
|
|
@ -28,7 +28,7 @@ spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
secret:
|
secret:
|
||||||
secretName: backend-config
|
secretName: admin-config
|
||||||
- name: keytab
|
- name: keytab
|
||||||
secret:
|
secret:
|
||||||
secretName: keytab
|
secretName: keytab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue