Kaynağa Gözat

add velero values.yaml

Josh Bicking 2 hafta önce
ebeveyn
işleme
d653f4589d
1 değiştirilmiş dosya ile 19 ekleme ve 0 silme
  1. 19 0
      argocd/infra/velero/values.yaml

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

@@ -0,0 +1,19 @@
+# https://github.com/vmware-tanzu/helm-charts/blob/velero-11.3.2/charts/velero/values.yaml
+
+kubectl:
+  image:
+    repository: public.ecr.aws/bitnami/kubectl
+
+initContainers:
+  - name: velero-plugin-for-aws
+    image: velero/velero-plugin-for-aws:v1.13.1
+    imagePullPolicy: IfNotPresent
+    volumeMounts:
+      - mountPath: /target
+        name: plugins
+  - name: velero-plugin-for-webdav
+    image: talinx/velero-plugin-for-webdav:v1.0.0
+    imagePullPolicy: IfNotPresent
+    volumeMounts:
+      - mountPath: /target
+        name: plugins