mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 07:16:57 +07:00
10 lines
203 B
YAML
10 lines
203 B
YAML
velero:
|
|
configuration:
|
|
provider: aws
|
|
initContainers:
|
|
- name: velero-plugin-for-aws
|
|
image: velero/velero-plugin-for-aws:v1.3.0
|
|
volumeMounts:
|
|
- mountPath: /target
|
|
name: plugins
|