Skip to content

Commit 03ccb42

Browse files
authored
fix azure setup in administrator docs (zalando#2059)
in the OperatorConfiguration CRD "pod_environment_secret" and "pod_environment_configmap" properties is located under "kubernetes" object. aws_or_gcp object does not have these properties.
1 parent acb3ffd commit 03ccb42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/administrator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,9 +1099,10 @@ and `pod-env-overrides` resources applied to your cluster, ensure that the opera
10991099
is set up like the following:
11001100
```yml
11011101
...
1102-
aws_or_gcp:
1102+
kubernetes:
11031103
pod_environment_secret: "psql-backup-creds"
11041104
pod_environment_configmap: "postgres-operator-system/pod-env-overrides"
1105+
aws_or_gcp:
11051106
wal_az_storage_account: "postgresbackupsbucket28302F2" # name of storage account to save the WAL-G logs
11061107
...
11071108
```

0 commit comments

Comments
 (0)