change sync options handling
This commit is contained in:
		@@ -39,11 +39,9 @@ spec:
 | 
			
		||||
      ignoreDifferences:
 | 
			
		||||
        {{- toYaml $stack.ignoreDifferences | nindent 8 }}          
 | 
			
		||||
      syncPolicy:
 | 
			
		||||
        {{- if $stack.syncPolicy.automated.enabled }}
 | 
			
		||||
        automated:
 | 
			
		||||
          prune: {{ $stack.syncPolicy.automated.prune | default false }}
 | 
			
		||||
          selfHeal: {{ $stack.syncPolicy.automated.selfHeal | default false }}
 | 
			
		||||
        {{- end }}
 | 
			
		||||
        retry:
 | 
			
		||||
          limit: 3
 | 
			
		||||
          backoff:
 | 
			
		||||
@@ -51,5 +49,8 @@ spec:
 | 
			
		||||
            factor: 2
 | 
			
		||||
            maxDuration: 15m
 | 
			
		||||
        syncOptions:
 | 
			
		||||
          {{- toYaml $stack.syncPolicy.syncOptions | nindent 10 }}
 | 
			
		||||
          - CreateNamespace={{ $stack.syncPolicy.syncOptions.createNamespace | default true }}
 | 
			
		||||
          - ApplyOutOfSyncOnly={{ $stack.syncPolicy.syncOptions.applyOutOfSyncOnly | default true }}
 | 
			
		||||
          - ServerSideApply={{ $stack.syncPolicy.syncOptions.serverSideApply | default false }}
 | 
			
		||||
          - PruneLast={{ $stack.syncPolicy.syncOptions.pruneLast | default true }}
 | 
			
		||||
{{- end }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user