Skip to content

Commit

Permalink
add document for storeEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
linan-0115 committed Oct 21, 2024
1 parent 26467af commit 37a1e48
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions backupstoragelocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@ spec:
#
# Required.
provider: velero.io/gcp

objectStorage:
# The bucket in which to store backups.
#
# Required.
bucket: my-bucket

# The prefix within the bucket under which to store backups.
#
# Optional.
prefix: my-prefix

config:
# Name of the Cloud KMS key to use to encrypt backups stored in this location, in the form
# "projects/P/locations/L/keyRings/R/cryptoKeys/K". See customer-managed Cloud KMS keys
# Name of the Cloud KMS key to use to encrypt backups stored in this location, in the form
# "projects/P/locations/L/keyRings/R/cryptoKeys/K". See customer-managed Cloud KMS keys
# (https://cloud.google.com/storage/docs/encryption/using-customer-managed-keys) for details.
#
# Optional.
kmsKeyName: projects/my-project/locations/my-location/keyRings/my-keyring/cryptoKeys/my-key

# Name of the GCP service account to use for this backup storage location. Specify the
# Name of the GCP service account to use for this backup storage location. Specify the
# service account here if you want to use workload identity instead of providing the key file.
#
# Optional (defaults to "false").
Expand All @@ -43,4 +43,9 @@ spec:
#
# Optional.
credentialsFile: path/to/my/credential

# Configuration of storage endpoint for GCS bucket
#
# Optional.
storeEndpoint: storage-example.p.googleapis.com
```

0 comments on commit 37a1e48

Please sign in to comment.