From 698377719f723f1d94f187b30be88a4d133fd133 Mon Sep 17 00:00:00 2001 From: Youki Shiraishi <1114146+y-sira@users.noreply.github.com> Date: Thu, 30 Sep 2021 21:34:48 +0900 Subject: [PATCH] docs: fix typos in credential names (#1627) --- docs/administrator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/administrator.md b/docs/administrator.md index 6bbc9a209..78e4f3a34 100644 --- a/docs/administrator.md +++ b/docs/administrator.md @@ -808,7 +808,7 @@ is set up like the following: ```yml ... aws_or_gcp: - additional_secret_mount: "pgsql-wale-creds" + additional_secret_mount: "psql-wale-creds" additional_secret_mount_path: "/var/secrets/google" # or where ever you want to mount the file # aws_region: eu-central-1 # kube_iam_role: "" @@ -893,7 +893,7 @@ is set up like the following: ```yml ... aws_or_gcp: - pod_environment_secret: "pgsql-backup-creds" + pod_environment_secret: "psql-backup-creds" pod_environment_configmap: "postgres-operator-system/pod-env-overrides" wal_az_storage_account: "postgresbackupsbucket28302F2" # name of storage account to save the WAL-G logs ...