From c9b5041f41e415c1f62831488540a1f3b016f517 Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Thu, 4 May 2023 11:34:51 +0800 Subject: [PATCH] doc: the configuration.provider is deprecated Signed-off-by: JenTing Hsiao --- charts/velero/Chart.yaml | 2 +- charts/velero/values.yaml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index 3b07ccdf..b1891869 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -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: diff --git a/charts/velero/values.yaml b/charts/velero/values.yaml index a67b856d..0a1806e4 100644 --- a/charts/velero/values.yaml +++ b/charts/velero/values.yaml @@ -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: @@ -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.