You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clustergroup/values.schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,10 @@
221
221
"type": "boolean",
222
222
"deprecated": true
223
223
},
224
+
"syncWave": {
225
+
"type": "integer",
226
+
"description": "This controls the order in which ArgoCD applications are created. Appplications in subsequent waves will not be created until previous applications have synchronized and become healthy."
227
+
},
224
228
"syncPolicy": {
225
229
"type": "string",
226
230
"description": "This is the sync policy for the ArgoCD applications. When set to Automatic ArgoCD will automatically sync an application when it detects differences between the desired manifests in Git."
0 commit comments