diff --git a/manifests/argocd/values.yaml b/manifests/argocd/values.yaml index fe2ce2f..8eb2021 100644 --- a/manifests/argocd/values.yaml +++ b/manifests/argocd/values.yaml @@ -9,16 +9,10 @@ configs: statusbadge.enabled: "false" timeout.hard.reconciliation: 0s timeout.reconciliation: 180s - resource.customizations: | - apps/Deployment: - ignoreDifferences: - jsonPointers: - - /spec/template/metadata/annotations/kubectl.kubernetes.io~1restartedAt - networking.k8s.io/Ingress: - health.lua: | - hs = {} - hs.status = "Healthy" - return hs + resource.customizations.health.networking.k8s.io_Ingress: | + hs = {} + hs.status = "Healthy" + return hs oidc.config: | name: Keycloak issuer: https://keycloak.dvirlabs.com/realms/lab