Skip to content

Commit

Permalink
Updating secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Sep 16, 2023
1 parent 9e2e563 commit aed03f3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions manifests/workloads/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,15 @@ gitea:
- name: GITEA__DATABASE__NAME
value: gitea
- name: GITEA__DATABASE__USER
value: gitdbadmin
valueFrom:
secretKeyRef:
name: gitdb-user-creds
key: GITEA_DB_USERNAME
- name: GITEA__DATABASE__PASSWD
valueFrom:
secretKeyRef:
name: postgres-secret
key: password
name: gitdb-user-creds
key: GITEA_DB_PASSWORD

postgresql-ha:
enabled: false
Expand Down

0 comments on commit aed03f3

Please sign in to comment.