From 89a6a84fa466ae96dcd074748fbcc90d0fcc3816 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 3 Mar 2025 16:25:27 -0600 Subject: [PATCH] fix ignore --- clusters/cl01tl/deployment/argocd/values.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argocd/values.yaml index dd28ace6b..ff62cf492 100644 --- a/clusters/cl01tl/deployment/argocd/values.yaml +++ b/clusters/cl01tl/deployment/argocd/values.yaml @@ -4,16 +4,6 @@ argo-cd: configs: cm: admin.enabled: true - 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