|
|
@@ -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
|
|
|
---
|