ignore hostUsers
This commit is contained in:
@@ -4,6 +4,15 @@ argo-cd:
|
|||||||
configs:
|
configs:
|
||||||
cm:
|
cm:
|
||||||
admin.enabled: true
|
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'
|
||||||
timeout.reconciliation: 100s
|
timeout.reconciliation: 100s
|
||||||
timeout.reconciliation.jitter: 60s
|
timeout.reconciliation.jitter: 60s
|
||||||
url: https://argocd-cl01tl.boreal-beaufort.ts.net
|
url: https://argocd-cl01tl.boreal-beaufort.ts.net
|
||||||
@@ -37,7 +46,7 @@ argo-cd:
|
|||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||||
hostname: argocd.alexlebens.net
|
hostname: argocd.alexlebens.net
|
||||||
tls: true
|
tls: true
|
||||||
metrics:
|
metrics:
|
||||||
|
Reference in New Issue
Block a user