From cb1b80e34a53cd63aeb3eefd4438d26bc46a615f Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 24 Dec 2022 14:10:21 +0700 Subject: [PATCH] Revert "perf(argocd): skip dry run for new CRD" This reverts commit 377b02a6eab8322a1ac2b5b1d4166639193165ab. This option is resource specific, need to add an annotation to each one. https://github.com/argoproj/gitops-engine/blob/e284fd71cb96fc2767d3ae79b26e0533ad8edc4a/pkg/sync/sync_context.go#L734 --- bootstrap/root/templates/stack.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap/root/templates/stack.yaml b/bootstrap/root/templates/stack.yaml index 287d1b11..b16dbd1f 100644 --- a/bootstrap/root/templates/stack.yaml +++ b/bootstrap/root/templates/stack.yaml @@ -38,5 +38,4 @@ spec: - CreateNamespace=true - ApplyOutOfSyncOnly=true - ServerSideApply=true - - SkipDryRunOnMissingResource=true {{- end }}