Skip to content

Commit

Permalink
Merge pull request #458 from jenting/comment
Browse files Browse the repository at this point in the history
[velero] doc: the configuration.provider is deprecated
  • Loading branch information
ywk253100 authored May 8, 2023
2 parents c370b86 + c9b5041 commit e7f2ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.11.0
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 4.0.1
version: 4.0.2
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
6 changes: 2 additions & 4 deletions charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ configuration:
# name is the name of the backup storage location where backups should be stored. If a name is not provided,
# a backup storage location will be created with the name "default". Optional.
- name:
# provider is the name for the backup storage location provider. If omitted
# `configuration.provider` will be used instead.
# provider is the name for the backup storage location provider.
provider:
# bucket is the name of the bucket to store backups in. Required.
bucket:
Expand Down Expand Up @@ -282,8 +281,7 @@ configuration:
volumeSnapshotLocation:
# name is the name of the volume snapshot location where snapshots are being taken. Required.
- name:
# provider is the name for the volume snapshot provider. If omitted
# `configuration.provider` will be used instead.
# provider is the name for the volume snapshot provider.
provider:
# Additional provider-specific configuration. See link above
# for details of required/optional fields for your provider.
Expand Down

0 comments on commit e7f2ed7

Please sign in to comment.