disable ignores

This commit is contained in:
2025-03-03 16:10:51 -06:00
parent d45ec3680d
commit 2f34b4f3b1
2 changed files with 58 additions and 58 deletions

View File

@@ -4,15 +4,15 @@ argo-cd:
configs: configs:
cm: cm:
admin.enabled: true admin.enabled: true
resource.customizations.ignoreDifferences.apps_Deployment: | # resource.customizations.ignoreDifferences.apps_Deployment: |
jqPathExpressions: # jqPathExpressions:
- '.spec.template.spec.hostUsers' # - '.spec.template.spec.hostUsers'
resource.customizations.ignoreDifferences.batch_CronJob: | # resource.customizations.ignoreDifferences.batch_CronJob: |
jqPathExpressions: # jqPathExpressions:
- '.spec.jobTemplate.spec.template.spec.hostUsers' # - '.spec.jobTemplate.spec.template.spec.hostUsers'
resource.customizations.ignoreDifferences.batch_Job: | # resource.customizations.ignoreDifferences.batch_Job: |
jqPathExpressions: # jqPathExpressions:
- '.spec.template.spec.hostUsers' # - '.spec.template.spec.hostUsers'
timeout.reconciliation: 100s timeout.reconciliation: 100s
timeout.reconciliation.jitter: 60s timeout.reconciliation.jitter: 60s
url: https://argocd.alexlebens.net url: https://argocd.alexlebens.net

View File

@@ -8,12 +8,12 @@ git:
revision: HEAD revision: HEAD
applicationSet: applicationSet:
- name: applications - name: applications
ignoreDifferences: # ignoreDifferences:
- kind: PersistentVolume # - kind: PersistentVolume
jsonPointers: # jsonPointers:
- /spec/claimRef/resourceVersion # - /spec/claimRef/resourceVersion
- /spec/claimRef/uid # - /spec/claimRef/uid
- /status/lastPhaseTransitionTime # - /status/lastPhaseTransitionTime
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
@@ -21,11 +21,11 @@ applicationSet:
serverSideApply: true serverSideApply: true
RespectIgnoreDifferences: true RespectIgnoreDifferences: true
- name: deployment - name: deployment
ignoreDifferences: # ignoreDifferences:
- group: "" # - group: ""
kind: ValidatingWebhookConfiguration # kind: ValidatingWebhookConfiguration
jqPathExpressions: # jqPathExpressions:
- .webhooks[].clientConfig.caBundle # - .webhooks[].clientConfig.caBundle
namespace: argocd namespace: argocd
syncPolicy: syncPolicy:
automated: automated:
@@ -33,11 +33,11 @@ applicationSet:
syncOptions: syncOptions:
serverSideApply: true serverSideApply: true
- name: management - name: management
ignoreDifferences: # ignoreDifferences:
- group: "" # - group: ""
kind: ValidatingWebhookConfiguration # kind: ValidatingWebhookConfiguration
jqPathExpressions: # jqPathExpressions:
- .webhooks[].clientConfig.caBundle # - .webhooks[].clientConfig.caBundle
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
@@ -50,16 +50,16 @@ applicationSet:
syncOptions: syncOptions:
serverSideApply: true serverSideApply: true
- name: platform - name: platform
ignoreDifferences: # ignoreDifferences:
- group: "" # - group: ""
kind: ValidatingWebhookConfiguration # kind: ValidatingWebhookConfiguration
jqPathExpressions: # jqPathExpressions:
- .webhooks[].clientConfig.caBundle # - .webhooks[].clientConfig.caBundle
- kind: PersistentVolume # - kind: PersistentVolume
jsonPointers: # jsonPointers:
- /spec/claimRef/resourceVersion # - /spec/claimRef/resourceVersion
- /spec/claimRef/uid # - /spec/claimRef/uid
- /status/lastPhaseTransitionTime # - /status/lastPhaseTransitionTime
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
@@ -67,35 +67,35 @@ applicationSet:
serverSideApply: true serverSideApply: true
RespectIgnoreDifferences: true RespectIgnoreDifferences: true
- name: services - name: services
ignoreDifferences: # ignoreDifferences:
- group: "" # - group: ""
kind: Service # kind: Service
jqPathExpressions: # jqPathExpressions:
- .status.loadBalancer.ingress[].ipMode # - .status.loadBalancer.ingress[].ipMode
- group: "" # - group: ""
kind: ValidatingWebhookConfiguration # kind: ValidatingWebhookConfiguration
jqPathExpressions: # jqPathExpressions:
- .webhooks[].clientConfig.caBundle # - .webhooks[].clientConfig.caBundle
- 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
syncOptions: syncOptions:
serverSideApply: true serverSideApply: true
- name: storage - name: storage
ignoreDifferences: # ignoreDifferences:
- group: "" # - group: ""
kind: ValidatingWebhookConfiguration # kind: ValidatingWebhookConfiguration
jqPathExpressions: # jqPathExpressions:
- .webhooks[].clientConfig.caBundle # - .webhooks[].clientConfig.caBundle
- kind: PersistentVolume # - kind: PersistentVolume
jsonPointers: # jsonPointers:
- /spec/claimRef/resourceVersion # - /spec/claimRef/resourceVersion
- /spec/claimRef/uid # - /spec/claimRef/uid
- /status/lastPhaseTransitionTime # - /status/lastPhaseTransitionTime
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true