add fix for phase transition time

This commit is contained in:
2024-07-07 16:00:08 -05:00
parent 5aaab3dd69
commit d5d5b86cf7

View File

@@ -5,11 +5,18 @@ git:
revision: HEAD revision: HEAD
applicationSet: applicationSet:
- name: applications - name: applications
ignoreDifferences:
- kind: PersistentVolume
jsonPointers:
- /spec/claimRef/resourceVersion
- /spec/claimRef/uid
- /status/lastPhaseTransitionTime
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
syncOptions: syncOptions:
serverSideApply: true serverSideApply: true
RespectIgnoreDifferences: true
- name: deployment - name: deployment
ignoreDifferences: ignoreDifferences:
- group: "" - group: ""
@@ -63,7 +70,7 @@ applicationSet:
- group: "" - group: ""
kind: DaemonSet kind: DaemonSet
jqPathExpressions: jqPathExpressions:
- .metadata.annotations.deprecated.daemonset.template.generation - .metadata.annotations.deprecated.daemonset.template.generation
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true