change ignores

This commit is contained in:
2025-03-03 16:55:10 -06:00
parent 6d275f327e
commit d92b600c0c
2 changed files with 29 additions and 54 deletions

View File

@@ -15,11 +15,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

@@ -8,12 +8,6 @@ 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
@@ -21,11 +15,6 @@ applicationSet:
serverSideApply: true serverSideApply: true
RespectIgnoreDifferences: true RespectIgnoreDifferences: true
- name: deployment - name: deployment
# ignoreDifferences:
# - group: ""
# kind: ValidatingWebhookConfiguration
# jqPathExpressions:
# - .webhooks[].clientConfig.caBundle
namespace: argocd namespace: argocd
syncPolicy: syncPolicy:
automated: automated:
@@ -33,33 +22,37 @@ applicationSet:
syncOptions: syncOptions:
serverSideApply: true serverSideApply: true
- name: management - name: management
# ignoreDifferences: ignoreDifferences:
# - group: "" - group: ""
# kind: ValidatingWebhookConfiguration kind: Service
# jqPathExpressions: jqPathExpressions:
# - .webhooks[].clientConfig.caBundle - .spec.externalName
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
syncOptions: syncOptions:
serverSideApply: true serverSideApply: true
- name: monitoring - name: monitoring
ignoreDifferences:
- group: ""
kind: Service
jqPathExpressions:
- .spec.externalName
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
syncOptions: syncOptions:
serverSideApply: true serverSideApply: true
- name: platform - name: platform
# ignoreDifferences: ignoreDifferences:
# - group: "" - group: ""
# kind: ValidatingWebhookConfiguration kind: Service
# jqPathExpressions: jqPathExpressions:
# - .webhooks[].clientConfig.caBundle - .spec.externalName
# - kind: PersistentVolume - kind: StatefulSet
# jsonPointers: jsonPointers:
# - /spec/claimRef/resourceVersion - .spec.volumeClaimTemplates.apiVersion
# - /spec/claimRef/uid - .spec.volumeClaimTemplates.kind
# - /status/lastPhaseTransitionTime
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
@@ -67,35 +60,17 @@ applicationSet:
serverSideApply: true serverSideApply: true
RespectIgnoreDifferences: true RespectIgnoreDifferences: true
- name: services - name: services
# ignoreDifferences: ignoreDifferences:
# - group: "" - group: ""
# kind: Service kind: GpuDevicePlugin
# jqPathExpressions: jqPathExpressions:
# - .status.loadBalancer.ingress[].ipMode - .metadata.annotations
# - group: ""
# kind: ValidatingWebhookConfiguration
# jqPathExpressions:
# - .webhooks[].clientConfig.caBundle
# - group: ""
# kind: DaemonSet
# jqPathExpressions:
# - .metadata.annotations.deprecated.daemonset.template.generation
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
syncOptions: syncOptions:
serverSideApply: true serverSideApply: true
- name: storage - name: storage
# ignoreDifferences:
# - group: ""
# kind: ValidatingWebhookConfiguration
# jqPathExpressions:
# - .webhooks[].clientConfig.caBundle
# - kind: PersistentVolume
# jsonPointers:
# - /spec/claimRef/resourceVersion
# - /spec/claimRef/uid
# - /status/lastPhaseTransitionTime
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true