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