From ecadb62bbb62101b67911965ec4fc8bfadd1328d Mon Sep 17 00:00:00 2001 From: cahe7cb Date: Thu, 15 Feb 2024 21:00:00 +0000 Subject: [PATCH] Update 'kustomize/mycrd.yaml' --- kustomize/mycrd.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index d308e6c..83880e2 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -5,7 +5,6 @@ metadata: name: argocd-configplugin-tester-deployment labels: app: argocd-configplugin-tester - creationTimestamp: null spec: selector: matchLabels: @@ -19,13 +18,14 @@ spec: app: argocd-configplugin-tester spec: containers: - - name: nginx - image: nginx + - name: long-running-task + args: + -c + 'echo "pass" > result.txt && cat result.txt' + image: bash resources: limits: memory: 200Mi requests: cpu: 100m memory: 200Mi - ports: - - containerPort: 80