fix(forgejo): Added database password
This commit is contained in:
parent
7d5542c0b1
commit
b0db185611
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@ 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
|
||||
|
|
Loading…
Reference in a new issue