Skip to content

Commit 1239e8b

Browse files
authored
update postgres credential keys to match upstream official chart (#1772)
1 parent 9b0654e commit 1239e8b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

nextcloud/app_of_apps/postgres_argocd_appset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ spec:
6161
s3Credentials:
6262
accessKeyId:
6363
name: s3-postgres-credentials
64-
key: "accessKeyId"
64+
key: "ACCESS_KEY_ID"
6565
secretAccessKey:
6666
name: s3-postgres-credentials
67-
key: "secretAccessKey"
67+
key: "ACCESS_SECRET_KEY"
6868
wal:
6969
compression: gzip
7070
maxParallel: 8

nextcloud/app_of_apps_with_tolerations/postgres_argocd_appset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ spec:
6161
s3Credentials:
6262
accessKeyId:
6363
name: s3-postgres-credentials
64-
key: "accessKeyId"
64+
key: "ACCESS_KEY_ID"
6565
secretAccessKey:
6666
name: s3-postgres-credentials
67-
key: "secretAccessKey"
67+
key: "ACCESS_SECRET_KEY"
6868
wal:
6969
compression: gzip
7070
maxParallel: 8

nextcloud/external_secrets/templates/bitwarden/s3_postgres_credentials.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ spec:
1212
template:
1313
type: Opaque
1414
data:
15-
accessKeyId: |-
15+
ACCESS_KEY_ID: |-
1616
{{ `{{ .accessKeyId }}` }}
17-
secretAccessKey: |-
17+
ACCESS_SECRET_KEY: |-
1818
{{ `{{ .secretAccessKey }}` }}
1919
data:
2020
- secretKey: accessKeyId

0 commit comments

Comments
 (0)