From 003079e2eaa25faa7336d753807c6c8ce5b02004 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 23 Jan 2022 14:26:14 +0700 Subject: [PATCH] fix(cluster-upgrade): sync plan after install --- system/system-upgrade/k3s/kustomization.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/system-upgrade/k3s/kustomization.yaml b/system/system-upgrade/k3s/kustomization.yaml index b1b07a60..c23de013 100644 --- a/system/system-upgrade/k3s/kustomization.yaml +++ b/system/system-upgrade/k3s/kustomization.yaml @@ -4,3 +4,6 @@ kind: Kustomization resources: - server.yaml - agent.yaml + +commonAnnotations: + argocd.argoproj.io/sync-wave: "1"