change ignore

This commit is contained in:
2025-05-16 20:59:21 -05:00
parent 97173473d4
commit 9996060f5d
2 changed files with 13 additions and 13 deletions

View File

@@ -18,11 +18,11 @@ spec:
name: in-cluster name: in-cluster
namespace: kube-system namespace: kube-system
revisionHistoryLimit: 3 revisionHistoryLimit: 3
ignoreDifferences: # ignoreDifferences:
- group: "" # - group: ""
kind: ServiceMonitor # kind: ServiceMonitor
jqPathExpressions: # jqPathExpressions:
- .spec.endpoints[].relabelings[].action # - .spec.endpoints[].relabelings[].action
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true

View File

@@ -54,10 +54,10 @@ applicationSet:
kind: Service kind: Service
jqPathExpressions: jqPathExpressions:
- .spec.externalName - .spec.externalName
- kind: StatefulSet # - kind: StatefulSet
jqPathExpressions: # jqPathExpressions:
- .spec.volumeClaimTemplates[].apiVersion # - .spec.volumeClaimTemplates[].apiVersion
- .spec.volumeClaimTemplates[].kind # - .spec.volumeClaimTemplates[].kind
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
@@ -70,10 +70,10 @@ applicationSet:
kind: GpuDevicePlugin kind: GpuDevicePlugin
jqPathExpressions: jqPathExpressions:
- .metadata.annotations[] - .metadata.annotations[]
- kind: StatefulSet # - kind: StatefulSet
jqPathExpressions: # jqPathExpressions:
- .spec.volumeClaimTemplates[].apiVersion # - .spec.volumeClaimTemplates[].apiVersion
- .spec.volumeClaimTemplates[].kind # - .spec.volumeClaimTemplates[].kind
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true