Skip to content

Commit b1b7165

Browse files
committed
Default to empty volumeSnapshotLocation.
Signed-off-by: paul david <paul@denknerd.org>
1 parent 45c9079 commit b1b7165

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

charts/velero/values.yaml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -276,24 +276,22 @@ configuration:
276276
# flag. For Velero client Command like velero backup describe, velero backup logs needs to add the flag --insecure-skip-tls-verify
277277
# insecureSkipTLSVerify:
278278

279-
# Parameters for the VolumeSnapshotLocation(s). Configure multiple by adding other element(s) to the volumeSnapshotLocation slice.
279+
# Parameters for the VolumeSnapshotLocation(s). Configure multiple by adding element(s) to the volumeSnapshotLocation slice.
280+
# Defaults to no volume snapshot locations (empty list).
280281
# See https://velero.io/docs/v1.6/api-types/volumesnapshotlocation/
281-
volumeSnapshotLocation:
282-
# name is the name of the volume snapshot location where snapshots are being taken. Required.
283-
- name:
284-
# provider is the name for the volume snapshot provider.
285-
provider:
286-
# Additional provider-specific configuration. See link above
287-
# for details of required/optional fields for your provider.
288-
config: {}
289-
# region:
290-
# apiTimeout:
291-
# resourceGroup:
292-
# The ID of the subscription where volume snapshots should be stored, if different from the cluster’s subscription. If specified, also requires `configuration.volumeSnapshotLocation.config.resourceGroup`to be set. (Azure only)
293-
# subscriptionId:
294-
# incremental:
295-
# snapshotLocation:
296-
# project:
282+
volumeSnapshotLocation: []
283+
# Example:
284+
# - name: foo
285+
# provider: aws
286+
# config:
287+
# region:
288+
# apiTimeout:
289+
# resourceGroup:
290+
# # The ID of the subscription where volume snapshots should be stored, if different from the cluster’s subscription. If specified, also requires `configuration.volumeSnapshotLocation.config.resourceGroup`to be set. (Azure only)
291+
# subscriptionId:
292+
# incremental:
293+
# snapshotLocation:
294+
# project:
297295

298296
# These are server-level settings passed as CLI flags to the `velero server` command. Velero
299297
# uses default values if they're not passed in, so they only need to be explicitly specified

0 commit comments

Comments
 (0)