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