From 3377ec2941e1a4a09c3fc864b7c7797cedb3aebe Mon Sep 17 00:00:00 2001 From: cahe Date: Fri, 16 Feb 2024 11:38:01 -0300 Subject: [PATCH] fix: new job --- kustomize/mycrd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index 7d5f620..ee13d6d 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -16,7 +16,7 @@ spec: - name: long-running-task args: - '-c' - - 'echo "pass" > result.txt && cat result.txt' + - 'echo "pass1" > result.txt && cat result.txt' image: bash resources: limits: