apply changes for sync
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user