From 610db57df073b56c1da5c93ccf790e1af3197343 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Tue, 14 May 2024 21:31:10 +0200 Subject: [PATCH] corrections --- 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 ffabda6..150e02c 100644 --- a/infrastructure/02-argocd/kustomization.yaml +++ b/infrastructure/02-argocd/kustomization.yaml @@ -21,7 +21,7 @@ patches: - path: patches/argocd-cmd-params-cm.yaml - patch: |- - op: add - path: /spec/template/spec/containers/0/args/- + path: /spec/template/spec/containers/0/args value: --interval=60m target: group: apps