瀏覽代碼

add aws plugin

Josh Bicking 2 周之前
父節點
當前提交
a3e1df0626
共有 1 個文件被更改,包括 8 次插入0 次删除
  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