We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6466bd commit 0c89614Copy full SHA for 0c89614
docs/content/custom-resources/_index.md
@@ -345,7 +345,7 @@ The below code will help you set up this Secret.
345
pgo_cluster_name=hippo
346
# this variable is the namespace the cluster is being deployed into
347
cluster_namespace=pgo
348
-# the following variables are your S3 key and key secret
+# this variable is your GCS credential
349
backrest_gcs_key=/path/to/your/gcs/credential.json
350
351
kubectl -n "${cluster_namespace}" create secret generic "${pgo_cluster_name}-backrest-repo-config" \
0 commit comments