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:
|
secretKeyRef:
|
||||||
name: postgres-forgejo-cloud-credentials
|
name: postgres-forgejo-cloud-credentials
|
||||||
key: user
|
key: user
|
||||||
|
- name: FORGEJO__database__PASSWD
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: postgres-forgejo-cloud-credentials
|
||||||
|
key: password
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
existingSecret: gitea-credential
|
existingSecret: gitea-credential
|
||||||
|
|
||||||
database:
|
|
||||||
builtIn:
|
|
||||||
postgresql:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
config:
|
config:
|
||||||
storage:
|
storage:
|
||||||
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
|
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
|
||||||
|
|
Loading…
Reference in a new issue