Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
fix: use correct value as cluster.provider for Azure ("aks")
Browse files Browse the repository at this point in the history
Signed-off-by: Hervé Le Meur <[email protected]>
  • Loading branch information
Hervé Le Meur authored and jenkins-x-bot committed May 29, 2020
1 parent 0365d0a commit 8709c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/velero/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ velero:
bucket: {{ .Requirements.storage.backup.url | removeScheme | quote }}
config:
region: {{ .Requirements.cluster.region | quote }}
{{- else if eq .Requirements.cluster.provider "azure" }}
{{- else if eq .Requirements.cluster.provider "aks" }}
initContainers:
- name: velero-plugin-for-azure
image: velero/velero-plugin-for-microsoft-azure:v1.0.0
Expand Down

0 comments on commit 8709c75

Please sign in to comment.