From 1f4a84fdb5904753e0fbcc0a08e280712a8a1207 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Wed, 15 May 2024 22:03:22 +0200 Subject: [PATCH] alter pull interval --- infrastructure/02-argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/02-argocd/kustomization.yaml b/infrastructure/02-argocd/kustomization.yaml index ce08156..e52e860 100644 --- a/infrastructure/02-argocd/kustomization.yaml +++ b/infrastructure/02-argocd/kustomization.yaml @@ -23,7 +23,7 @@ patches: - op: replace path: /spec/template/spec/containers/0/args value: - - "--interval=60m" + - "--interval=12h" target: group: apps