From 3e04c0389df466ffe42d76111d9fe58c9325ce20 Mon Sep 17 00:00:00 2001 From: Kory | Ryosuke Kondo <6561358+kory33@users.noreply.github.com> Date: Wed, 20 Sep 2023 04:21:42 +0900 Subject: [PATCH] feat: add other syncPolicy options to seichi-debug-minecrafts --- .../seichi-debug-minecrafts-on-seichiassist-prs.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/seichi-debug-minecrafts-on-seichiassist-prs.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/seichi-debug-minecrafts-on-seichiassist-prs.yaml index ed30c596d..e5e5ddf63 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/seichi-debug-minecrafts-on-seichiassist-prs.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/seichi-debug-minecrafts-on-seichiassist-prs.yaml @@ -40,3 +40,13 @@ spec: automated: prune: true selfHeal: true + allowEmpty: true + syncOptions: + - CreateNamespace=true + - ServerSideApply=true + retry: + limit: -1 + backoff: + duration: 5s + factor: 2 + maxDuration: 2m \ No newline at end of file