mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
removed(nextcloud): postgres-db secret
This commit is contained in:
parent
7b4ef9c968
commit
bfe7e477b6
2 changed files with 3 additions and 7 deletions
|
@ -30,10 +30,6 @@ apps:
|
|||
- postgresql-username
|
||||
- postgresql-password
|
||||
- postgresql-postgres-password
|
||||
- name: nextcloud-db
|
||||
keys:
|
||||
- db-username
|
||||
- db-password
|
||||
- name: bucket
|
||||
keys:
|
||||
- accesskey
|
||||
|
|
|
@ -105,9 +105,9 @@ externalDatabase:
|
|||
host: nextcloud-db-rw.nextcloud.svc.cluster.local
|
||||
existingSecret:
|
||||
enabled: true
|
||||
secretName: nextcloud-postgres
|
||||
passwordKey: postgresql-password
|
||||
usernameKey: postgresql-username
|
||||
secretName: nextcloud-db-app
|
||||
passwordKey: password
|
||||
usernameKey: username
|
||||
|
||||
postgresql:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue