Skip to content

Commit 6e30576

Browse files
Merge pull request #1156 from percona/K8SPS-578-cr-example
K8SPS-578 add GCP storage example for backups in CR
2 parents 76d33d8 + bb51017 commit 6e30576

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deploy/cr.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,13 @@ spec:
655655
# container: CONTAINER-NAME
656656
# prefix: PREFIX-NAME
657657
# endpointUrl: https://accountName.blob.core.windows.net
658+
# credentialsSecret: SECRET-NAME
659+
# gcp-cs:
660+
# type: gcs
661+
# gcs:
662+
# bucket: BUCKET-NAME
663+
# prefix: PREFIX-NAME
664+
# endpointUrl: https://storage.googleapis.com
658665
# credentialsSecret: SECRET-NAME
659666
s3-us-west:
660667
type: s3

0 commit comments

Comments
 (0)