apply changes for sync

This commit is contained in:
2025-03-03 16:22:00 -06:00
parent 2f34b4f3b1
commit bbd31d6fac
4 changed files with 20 additions and 18 deletions

View File

@@ -4,15 +4,16 @@ argo-cd:
configs:
cm:
admin.enabled: true
# resource.customizations.ignoreDifferences.apps_Deployment: |
# jqPathExpressions:
# - '.spec.template.spec.hostUsers'
# resource.customizations.ignoreDifferences.batch_CronJob: |
# jqPathExpressions:
# - '.spec.jobTemplate.spec.template.spec.hostUsers'
# resource.customizations.ignoreDifferences.batch_Job: |
# jqPathExpressions:
# - '.spec.template.spec.hostUsers'
resource.customizations.ignoreDifferences.service: |
jqPathExpressions:
- '.spec.externalName'
resource.customizations.ignoreDifferences.gpu_Device_Plugin: |
jqPathExpressions:
- '.metadata.annotations'
resource.customizations.ignoreDifferences.stateful_Set: |
jqPathExpressions:
- '.spec.volumeClaimTemplates[].apiVersion'
- '.spec.volumeClaimTemplates[].kind'
timeout.reconciliation: 100s
timeout.reconciliation.jitter: 60s
url: https://argocd.alexlebens.net

View File

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