From 2877410a5ad4c1695f10255b865778001cd7de5b Mon Sep 17 00:00:00 2001 From: cahe Date: Mon, 19 Feb 2024 11:41:57 -0300 Subject: [PATCH] feat: add long running job --- kustomize/mycrd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index f85ec57..16dcc9f 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: argocd-configplugin-tester-deployment1 + name: argocd-configplugin-tester-deployment2 labels: app: argocd-configplugin-tester spec: @@ -16,7 +16,7 @@ spec: - name: long-running-task args: - '-c' - - 'echo "pass2" > result.txt && cat result.txt' + - 'echo "pass2" > result.txt && cat result.txt && sleep 120' image: bash resources: limits: