Skip to content

Commit 0c89614

Browse files
authored
The GCS setting is for GCS credentials, not S3
1 parent b6466bd commit 0c89614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/custom-resources/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ The below code will help you set up this Secret.
345345
pgo_cluster_name=hippo
346346
# this variable is the namespace the cluster is being deployed into
347347
cluster_namespace=pgo
348-
# the following variables are your S3 key and key secret
348+
# this variable is your GCS credential
349349
backrest_gcs_key=/path/to/your/gcs/credential.json
350350
351351
kubectl -n "${cluster_namespace}" create secret generic "${pgo_cluster_name}-backrest-repo-config" \

0 commit comments

Comments
 (0)