소스 검색

add note regarding rook deployment order

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

+ 4 - 0
argocd/applications.yaml

@@ -415,6 +415,8 @@ spec:
     automated:
       enabled: true
 ---
+# If rook ever needs a full re-provisioning, the operator must complete before
+# the cluster deployment starts.
 apiVersion: argoproj.io/v1alpha1
 kind: Application
 metadata:
@@ -438,6 +440,7 @@ spec:
   syncPolicy:
     syncOptions:
       - CreateNamespace=true
+      - ServerSideApply=true
     automated:
       enabled: true
 ---
@@ -467,6 +470,7 @@ spec:
   syncPolicy:
     syncOptions:
       - CreateNamespace=true
+      - ServerSideApply=true
     automated:
       enabled: true
 ---

+ 2 - 0
backup/applications.yaml

@@ -35,6 +35,8 @@ spec:
     automated:
       enabled: true
 ---
+# If rook ever needs a full re-provisioning, the operator must complete before
+# the cluster deployment starts.
 apiVersion: argoproj.io/v1alpha1
 kind: Application
 metadata: