Skip to content

Commit

Permalink
Merge pull request #36 from mgaubert/add_support_for_gcp_workload_ide…
Browse files Browse the repository at this point in the history
…ntity_in_default_backup_strg_loc

Adding support for Workload Identity in backups
  • Loading branch information
cpanato authored Feb 6, 2020
2 parents f721d7a + d56dda6 commit 097c048
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
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.8.1
version: 2.8.2
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
5 changes: 5 additions & 0 deletions charts/velero/templates/backupstoragelocation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ spec:
publicUrl: {{ . }}
{{- end }}
{{- end }}
{{- if .serviceAccount }}
{{- with .serviceAccount }}
serviceAccount: {{ . }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
3 changes: 3 additions & 0 deletions charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ configuration:
# subscriptionId:
# storageAccount:
# publicUrl:
# 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.(GCP only)
# serviceAccount:

# Parameters for the `default` VolumeSnapshotLocation. See
# https://velero.io/docs/v1.0.0/api-types/volumesnapshotlocation/
Expand Down

0 comments on commit 097c048

Please sign in to comment.