diff --git a/external/velero/values.yaml b/external/velero/values.yaml index d0c2805d..2b4bd19b 100644 --- a/external/velero/values.yaml +++ b/external/velero/values.yaml @@ -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