From 69f1abefac330d4503e8ab3b6a5c61a04b90bb87 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 12 Dec 2021 17:48:43 +0700 Subject: [PATCH] feat(external/velero): add AWS plugin via init container --- external/velero/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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