mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 21:41:17 +00:00
16 lines
415 B
YAML
16 lines
415 B
YAML
velero:
|
|
initContainers:
|
|
- name: velero-plugin-for-aws
|
|
image: velero/velero-plugin-for-aws:v1.12.1
|
|
imagePullPolicy: IfNotPresent
|
|
volumeMounts:
|
|
- mountPath: /target
|
|
name: plugins
|
|
# deployNodeAgent: true
|
|
configuration:
|
|
# defaultVolumesToFsBackup: true
|
|
backupStorageLocation: null
|
|
volumeSnapshotLocation: null
|
|
namespace: cozy-velero
|
|
features: EnableCSI
|