Skip to content

Commit

Permalink
Merge pull request #26 from jenting/location-naming
Browse files Browse the repository at this point in the history
Correct the location name
  • Loading branch information
Carlisia Campos authored Jan 9, 2020
2 parents c5a3856 + b334262 commit c4a2f87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.2.0
description: A Helm chart for velero
name: velero
version: 2.7.9
version: 2.7.10
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/velero/templates/backupstoragelocation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ metadata:
helm.sh/chart: {{ include "velero.chart" . }}
spec:
{{- with .Values.configuration }}
provider: {{ .provider }}
{{- with .backupStorageLocation }}
provider: {{ .name }}
objectStorage:
bucket: {{ .bucket }}
{{- with .prefix }}
Expand Down
2 changes: 1 addition & 1 deletion charts/velero/templates/volumesnapshotlocation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metadata:
helm.sh/chart: {{ include "velero.chart" . }}
spec:
{{- with .Values.configuration }}
provider: {{ .provider }}
{{- with .volumeSnapshotLocation }}
provider: {{ .name }}
{{ with .config }}
config:
{{- with .region }}
Expand Down

0 comments on commit c4a2f87

Please sign in to comment.