From 80399283daa12ee20bc982194d0c3512fd21950d Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sun, 7 Jul 2024 16:29:35 -0500 Subject: [PATCH] add ignore rules --- clusters/cl01tl/deployment/stack/templates/application.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/deployment/stack/templates/application.yaml b/clusters/cl01tl/deployment/stack/templates/application.yaml index 50413473b..f1f569d54 100644 --- a/clusters/cl01tl/deployment/stack/templates/application.yaml +++ b/clusters/cl01tl/deployment/stack/templates/application.yaml @@ -21,9 +21,9 @@ spec: jqPathExpressions: - .spec.endpoints[].relabelings[].action - group: "" - kind: "" + kind: DaemonSet jqPathExpressions: - - .spec.template.spec.securityContext.appArmorProfile + - .spec.template.spec.securityContext.appArmorProfile syncPolicy: automated: prune: true @@ -39,6 +39,7 @@ spec: - ApplyOutOfSyncOnly=true - ServerSideApply=true - PruneLast=true + - RespectIgnoreDifferences=true --- apiVersion: argoproj.io/v1alpha1