From 9d5cb7a2fcbc036c27440e3e2bb629e8301db04f Mon Sep 17 00:00:00 2001 From: cahe Date: Fri, 16 Feb 2024 11:44:07 -0300 Subject: [PATCH] fix: new job --- kustomize/mycrd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index ee13d6d..f85ec57 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: argocd-configplugin-tester-deployment + name: argocd-configplugin-tester-deployment1 labels: app: argocd-configplugin-tester spec: @@ -16,7 +16,7 @@ spec: - name: long-running-task args: - '-c' - - 'echo "pass1" > result.txt && cat result.txt' + - 'echo "pass2" > result.txt && cat result.txt' image: bash resources: limits: