mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
add resourceGroup to VolumeSnapshotLocation (#13643)
Signed-off-by: Previtera Roberto <roberto.previtera@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
393b21a742
commit
e2353c6bf3
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.11.0
|
||||
description: A Helm chart for velero
|
||||
name: velero
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
home: https://github.com/heptio/velero
|
||||
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
|
||||
sources:
|
||||
|
||||
@@ -73,6 +73,7 @@ Parameter | Description | Default
|
||||
`configuration.volumeSnapshotLocation.name` | The name of the cloud provider the cluster is using for persistent volumes, if any | `{}`
|
||||
`configuration.volumeSnapshotLocation.config.region` | The cloud provider region (AWS only) | ``
|
||||
`configuration.volumeSnapshotLocation.config.apitimeout` | The API timeout (`azure` only) |
|
||||
`configuration.volumeSnapshotLocation.config.resourceGroup` | The name of the resource group where volume snapshots should be stored, if different from the cluster’s resource group. (Azure only) |
|
||||
`credentials.existingSecret` | If specified and `useSecret` is `true`, uses an existing secret with this name instead of creating one | ``
|
||||
`credentials.useSecret` | Whether a secret should be used. Set this to `false` when using `kube2iam` | `true`
|
||||
`credentials.secretContents` | Contents for the credentials secret | `{}`
|
||||
|
||||
@@ -19,6 +19,9 @@ spec:
|
||||
{{- with .apitimeout }}
|
||||
apiTimeout: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .resourceGroup }}
|
||||
resourceGroup: {{ . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user