set server side apply to all applications
This commit is contained in:
		| @@ -51,6 +51,6 @@ spec: | ||||
|         syncOptions: | ||||
|           - CreateNamespace={{ $stack.syncPolicy.syncOptions.createNamespace | default true }} | ||||
|           - ApplyOutOfSyncOnly={{ $stack.syncPolicy.syncOptions.applyOutOfSyncOnly | default true }} | ||||
|           - ServerSideApply={{ $stack.syncPolicy.syncOptions.serverSideApply | default false }} | ||||
|           - ServerSideApply={{ $stack.syncPolicy.syncOptions.serverSideApply | default true }} | ||||
|           - PruneLast={{ $stack.syncPolicy.syncOptions.pruneLast | default true }} | ||||
| {{- end }} | ||||
|   | ||||
| @@ -9,14 +9,14 @@ applicationSet: | ||||
|       automated: | ||||
|         prune: true | ||||
|       syncOptions: | ||||
|         createNamespace: true | ||||
|         serverSideApply: true | ||||
|   - name: deployment | ||||
|     namespace: argocd | ||||
|     syncPolicy: | ||||
|       automated: | ||||
|         prune: true | ||||
|       syncOptions: | ||||
|         createNamespace: true | ||||
|         serverSideApply: true | ||||
|   - name: platform | ||||
|     syncPolicy: | ||||
|       automated: | ||||
| @@ -39,4 +39,4 @@ applicationSet: | ||||
|       automated: | ||||
|         prune: true | ||||
|       syncOptions: | ||||
|         createNamespace: true | ||||
|         serverSideApply: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user