Skip to content

Commit 6983777

Browse files
docs: fix typos in credential names (zalando#1627)
1 parent c8dc7ca commit 6983777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/administrator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ is set up like the following:
808808
```yml
809809
...
810810
aws_or_gcp:
811-
additional_secret_mount: "pgsql-wale-creds"
811+
additional_secret_mount: "psql-wale-creds"
812812
additional_secret_mount_path: "/var/secrets/google" # or where ever you want to mount the file
813813
# aws_region: eu-central-1
814814
# kube_iam_role: ""
@@ -893,7 +893,7 @@ is set up like the following:
893893
```yml
894894
...
895895
aws_or_gcp:
896-
pod_environment_secret: "pgsql-backup-creds"
896+
pod_environment_secret: "psql-backup-creds"
897897
pod_environment_configmap: "postgres-operator-system/pod-env-overrides"
898898
wal_az_storage_account: "postgresbackupsbucket28302F2" # name of storage account to save the WAL-G logs
899899
...

0 commit comments

Comments
 (0)