mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 18:49:30 +00:00
fix(gitea): secret for postgres
This commit is contained in:
parent
bb8f731d8e
commit
116c858109
2 changed files with 2 additions and 6 deletions
|
@ -22,10 +22,6 @@ apps:
|
|||
- username
|
||||
- password
|
||||
- email
|
||||
- name: postgres
|
||||
keys:
|
||||
- postgresql-password
|
||||
- postgresql-postgres-password
|
||||
- name: bucket
|
||||
keys:
|
||||
- secretkey
|
||||
|
|
|
@ -137,12 +137,12 @@ gitea:
|
|||
- name: ENV_TO_INI__DATABASE__PASSWD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: gitea-db-app
|
||||
name: gitea-db-superuser
|
||||
key: password
|
||||
- name: ENV_TO_INI__DATABASE__USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: gitea-db-app
|
||||
name: gitea-db-superuser
|
||||
key: username
|
||||
|
||||
memcached:
|
||||
|
|
Loading…
Reference in a new issue