From e802fcf4d3bd5fc69e2387fef9e5cefa0fe9e7d3 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Tue, 14 May 2024 21:44:47 +0200 Subject: [PATCH] patch applies --- infrastructure/02-argocd/kustomization.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/infrastructure/02-argocd/kustomization.yaml b/infrastructure/02-argocd/kustomization.yaml index 150e02c..274190c 100644 --- a/infrastructure/02-argocd/kustomization.yaml +++ b/infrastructure/02-argocd/kustomization.yaml @@ -20,9 +20,10 @@ patches: - path: patches/argocd-cm-patch.yaml - path: patches/argocd-cmd-params-cm.yaml - patch: |- - - op: add - path: /spec/template/spec/containers/0/args - value: --interval=60m + - path: /spec/template/spec/containers/0/command + value: |- + - /usr/local/bin/argocd-image-updater --interval=60m + - run target: group: apps version: v1