File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ is set up like the following:
808808` ` ` yml
809809...
810810aws_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...
895895aws_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...
You can’t perform that action at this time.
0 commit comments