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

Commit

Permalink
chore: disable volume snapshot backups
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Cox <markcox20@hotmail.com>
  • Loading branch information
macox authored and jenkins-x-bot committed Jan 21, 2020
1 parent 675e872 commit 387b248
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 @@ -13,6 +13,7 @@ velero:
credentials:
useSecret: true
existingSecret: velero-secret
snapshotsEnabled: false
{{- if eq .Requirements.cluster.provider "gke" }}
initContainers:
- name: velero-plugin-for-gcp
Expand Down Expand Up @@ -64,7 +65,6 @@ velero:
volumeMounts:
- mountPath: /target
name: plugins
snapshotsEnabled: false
configuration:
provider: aws
backupStorageLocation:
Expand Down

0 comments on commit 387b248

Please sign in to comment.