From 0512b0200ffdb9efd13b847cc017d5f6c258f155 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Tue, 14 May 2024 22:29:16 +0200 Subject: [PATCH] args --- infrastructure/02-argocd/kustomization.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/infrastructure/02-argocd/kustomization.yaml b/infrastructure/02-argocd/kustomization.yaml index 274190c..ce08156 100644 --- a/infrastructure/02-argocd/kustomization.yaml +++ b/infrastructure/02-argocd/kustomization.yaml @@ -20,12 +20,13 @@ patches: - path: patches/argocd-cm-patch.yaml - path: patches/argocd-cmd-params-cm.yaml - patch: |- - - path: /spec/template/spec/containers/0/command - value: |- - - /usr/local/bin/argocd-image-updater --interval=60m - - run + - op: replace + path: /spec/template/spec/containers/0/args + value: + - "--interval=60m" + target: group: apps version: v1 kind: Deployment - name: argocd-image-updater \ No newline at end of file + name: argocd-image-updater