add ignores

This commit is contained in:
2025-03-04 14:23:02 -06:00
parent 478b158a10
commit 279374af89
2 changed files with 13 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ spec:
- group: "" - group: ""
kind: ServiceMonitor kind: ServiceMonitor
jqPathExpressions: jqPathExpressions:
- .spec.endpoints[].relabelings[].action - .spec.endpoints[].relabelings[]
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true

View File

@@ -8,6 +8,11 @@ git:
revision: HEAD revision: HEAD
applicationSet: applicationSet:
- name: applications - name: applications
ignoreDifferences:
- group: ""
kind: Service
jqPathExpressions:
- .spec.externalName
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
@@ -51,8 +56,8 @@ applicationSet:
- .spec.externalName - .spec.externalName
- kind: StatefulSet - kind: StatefulSet
jsonPointers: jsonPointers:
- .spec.volumeClaimTemplates.apiVersion - .spec.volumeClaimTemplates[].apiVersion
- .spec.volumeClaimTemplates.kind - .spec.volumeClaimTemplates[].kind
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
@@ -64,7 +69,11 @@ applicationSet:
- group: "" - group: ""
kind: GpuDevicePlugin kind: GpuDevicePlugin
jqPathExpressions: jqPathExpressions:
- .metadata.annotations - .metadata.annotations[]
- kind: StatefulSet
jsonPointers:
- .spec.volumeClaimTemplates[].apiVersion
- .spec.volumeClaimTemplates[].kind
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true