add fix for phase transition time
This commit is contained in:
		@@ -5,11 +5,18 @@ git:
 | 
			
		||||
  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: ""
 | 
			
		||||
@@ -63,7 +70,7 @@ applicationSet:
 | 
			
		||||
      - group: ""
 | 
			
		||||
        kind: DaemonSet
 | 
			
		||||
        jqPathExpressions:
 | 
			
		||||
          - .metadata.annotations.deprecated.daemonset.template.generation          
 | 
			
		||||
          - .metadata.annotations.deprecated.daemonset.template.generation
 | 
			
		||||
    syncPolicy:
 | 
			
		||||
      automated:
 | 
			
		||||
        prune: true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user