From 5da4ffb7bdf3eab2312ed350602f276cdbe7273e Mon Sep 17 00:00:00 2001 From: cahe Date: Wed, 13 Mar 2024 17:33:52 -0300 Subject: [PATCH] feath: new job version just dropped --- kustomize/mycrd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index 21e5f12..f57aa3b 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: argocd-configplugin-tester-deployment7 + name: argocd-configplugin-tester-deployment8 labels: app: argocd-configplugin-tester spec: @@ -16,7 +16,7 @@ spec: - name: long-running-task args: - '-c' - - 'echo "pass2" > result.txt && cat result.txt && sleep 120' + - 'echo "pass2" > result.txt && cat result.txt && sleep 121' image: bash resources: limits: