102 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			102 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
cluster:
 | 
						|
  name: cl01tl
 | 
						|
git:
 | 
						|
  repo: ssh://git@gitea-ssh.gitea:2222/alexlebens/infrastructure
 | 
						|
  revision: HEAD
 | 
						|
applicationSet:
 | 
						|
  - name: applications
 | 
						|
    ignoreDifferences:
 | 
						|
      - kind: PersistentVolume
 | 
						|
        jsonPointers:
 | 
						|
        - /spec/claimRef/resourceVersion
 | 
						|
        - /spec/claimRef/uid
 | 
						|
        - /status/lastPhaseTransitionTime
 | 
						|
    syncPolicy:
 | 
						|
      automated:
 | 
						|
        prune: true
 | 
						|
      syncOptions:
 | 
						|
        serverSideApply: true
 | 
						|
        RespectIgnoreDifferences: true
 | 
						|
  - name: deployment
 | 
						|
    ignoreDifferences:
 | 
						|
      - group: ""
 | 
						|
        kind: ValidatingWebhookConfiguration
 | 
						|
        jqPathExpressions:
 | 
						|
          - .webhooks[].clientConfig.caBundle
 | 
						|
    namespace: argocd
 | 
						|
    syncPolicy:
 | 
						|
      automated:
 | 
						|
        prune: true
 | 
						|
      syncOptions:
 | 
						|
        serverSideApply: true
 | 
						|
  - name: management
 | 
						|
    ignoreDifferences:
 | 
						|
      - group: ""
 | 
						|
        kind: ValidatingWebhookConfiguration
 | 
						|
        jqPathExpressions:
 | 
						|
          - .webhooks[].clientConfig.caBundle
 | 
						|
    syncPolicy:
 | 
						|
      automated:
 | 
						|
        prune: true
 | 
						|
      syncOptions:
 | 
						|
        serverSideApply: true
 | 
						|
  - name: monitoring
 | 
						|
    syncPolicy:
 | 
						|
      automated:
 | 
						|
        prune: true
 | 
						|
      syncOptions:
 | 
						|
        serverSideApply: true
 | 
						|
  - name: platform
 | 
						|
    ignoreDifferences:
 | 
						|
      - group: ""
 | 
						|
        kind: ValidatingWebhookConfiguration
 | 
						|
        jqPathExpressions:
 | 
						|
          - .webhooks[].clientConfig.caBundle
 | 
						|
      - kind: PersistentVolume
 | 
						|
        jsonPointers:
 | 
						|
        - /spec/claimRef/resourceVersion
 | 
						|
        - /spec/claimRef/uid
 | 
						|
        - /status/lastPhaseTransitionTime          
 | 
						|
    syncPolicy:
 | 
						|
      automated:
 | 
						|
        prune: true
 | 
						|
      syncOptions:
 | 
						|
        serverSideApply: true
 | 
						|
        RespectIgnoreDifferences: true        
 | 
						|
  - name: services
 | 
						|
    ignoreDifferences:
 | 
						|
      - group: ""
 | 
						|
        kind: Service
 | 
						|
        jqPathExpressions:
 | 
						|
          - .status.loadBalancer.ingress[].ipMode
 | 
						|
      - group: ""
 | 
						|
        kind: ValidatingWebhookConfiguration
 | 
						|
        jqPathExpressions:
 | 
						|
          - .webhooks[].clientConfig.caBundle
 | 
						|
      - group: ""
 | 
						|
        kind: DaemonSet
 | 
						|
        jqPathExpressions:
 | 
						|
          - .metadata.annotations.deprecated.daemonset.template.generation
 | 
						|
    syncPolicy:
 | 
						|
      automated:
 | 
						|
        prune: true
 | 
						|
      syncOptions:
 | 
						|
        serverSideApply: true
 | 
						|
  - name: storage
 | 
						|
    ignoreDifferences:
 | 
						|
      - group: ""
 | 
						|
        kind: ValidatingWebhookConfiguration
 | 
						|
        jqPathExpressions:
 | 
						|
          - .webhooks[].clientConfig.caBundle
 | 
						|
      - kind: PersistentVolume
 | 
						|
        jsonPointers:
 | 
						|
        - /spec/claimRef/resourceVersion
 | 
						|
        - /spec/claimRef/uid
 | 
						|
        - /status/lastPhaseTransitionTime          
 | 
						|
    syncPolicy:
 | 
						|
      automated:
 | 
						|
        prune: true
 | 
						|
      syncOptions:
 | 
						|
        serverSideApply: true
 | 
						|
        RespectIgnoreDifferences: true        
 |