feat(external/velero): add AWS plugin via init container

This commit is contained in:
Khue Doan 2021-12-12 17:48:43 +07:00
parent 78979cae97
commit 69f1abefac

View File

@ -1,3 +1,9 @@
velero:
configuration:
provider: aws
initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.3.0
volumeMounts:
- mountPath: /target
name: plugins