소스 검색

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