koschei: run jobs with admin DB credentials

This commit is contained in:
Mikolaj Izdebski 2023-06-28 13:10:06 +02:00
parent f1d497089e
commit 7b03bf0ffe
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -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