mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 06:01:18 +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
|
- username
|
||||||
- password
|
- password
|
||||||
- email
|
- email
|
||||||
- name: postgres
|
|
||||||
keys:
|
|
||||||
- postgresql-password
|
|
||||||
- postgresql-postgres-password
|
|
||||||
- name: bucket
|
- name: bucket
|
||||||
keys:
|
keys:
|
||||||
- secretkey
|
- secretkey
|
||||||
|
|
|
@ -137,12 +137,12 @@ gitea:
|
||||||
- name: ENV_TO_INI__DATABASE__PASSWD
|
- name: ENV_TO_INI__DATABASE__PASSWD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: gitea-db-app
|
name: gitea-db-superuser
|
||||||
key: password
|
key: password
|
||||||
- name: ENV_TO_INI__DATABASE__USER
|
- name: ENV_TO_INI__DATABASE__USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: gitea-db-app
|
name: gitea-db-superuser
|
||||||
key: username
|
key: username
|
||||||
|
|
||||||
memcached:
|
memcached:
|
||||||
|
|
Loading…
Reference in a new issue