소스 검색

use node agent for CSI data movement

Josh Bicking 4 일 전
부모
커밋
a0942b89c7
2개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      argocd/applications.yaml
  2. 6 0
      argocd/infra/velero/values.yaml

+ 3 - 3
argocd/applications.yaml

@@ -442,7 +442,7 @@ spec:
       - CreateNamespace=true
       - ServerSideApply=true
     automated:
-      enabled: false
+      enabled: true
 ---
 apiVersion: argoproj.io/v1alpha1
 kind: Application
@@ -472,7 +472,7 @@ spec:
       - CreateNamespace=true
       - ServerSideApply=true
     automated:
-      enabled: false
+      enabled: true
 ---
 apiVersion: argoproj.io/v1alpha1
 kind: Application
@@ -587,7 +587,7 @@ spec:
     syncOptions:
       - CreateNamespace=true
     automated:
-      enabled: false
+      enabled: true
 ---
 apiVersion: argoproj.io/v1alpha1
 kind: Application

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

@@ -71,6 +71,12 @@ configuration:
 
   features: EnableCSI
 
+deployNodeAgent: true
+
+nodeAgent:
+  # Disables Host Path volume
+  disableHostPath: true
+
 schedules:
   default:
     disabled: false