feat(forgejo): Added postgres password
This commit is contained in:
parent
7a05ca605b
commit
15457a0f81
1 changed files with 5 additions and 5 deletions
|
@ -59,15 +59,15 @@ gitea:
|
|||
secretKeyRef:
|
||||
name: postgres-forgejo-cloud-credentials
|
||||
key: user
|
||||
- name: FORGEJO__database__PASSWD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: postgres-forgejo-cloud-credentials
|
||||
key: password
|
||||
|
||||
admin:
|
||||
existingSecret: gitea-credential
|
||||
|
||||
database:
|
||||
builtIn:
|
||||
postgresql:
|
||||
enabled: false
|
||||
|
||||
config:
|
||||
storage:
|
||||
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
|
||||
|
|
Loading…
Reference in a new issue