|
|
|
|
@ -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:
|
|
|
|
|
|