Browse Source

add aws plugin

Josh Bicking 2 weeks ago
parent
commit
a3e1df0626
1 changed files with 8 additions and 0 deletions
  1. 8 0
      argocd/infra/velero/values.yaml

+ 8 - 0
argocd/infra/velero/values.yaml

@@ -6,6 +6,14 @@ kubectl:
 
 deployNodeAgent: true
 
+initContainers:
+  - name: velero-plugin-for-aws
+    image: velero/velero-plugin-for-aws:v1.13.1
+    imagePullPolicy: IfNotPresent
+    volumeMounts:
+      - mountPath: /target
+        name: plugins
+
 configuration:
   backupStorageLocation:
   - name: default