From 674b404f4d8a31caf0aa997061455f2e7a652a30 Mon Sep 17 00:00:00 2001 From: "a.caicedo" Date: Wed, 12 Oct 2022 15:39:51 -0300 Subject: [PATCH] DMS Migrations --- job-example/job.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/job-example/job.yaml b/job-example/job.yaml index 2755c1e..10d8422 100644 --- a/job-example/job.yaml +++ b/job-example/job.yaml @@ -1,13 +1,13 @@ apiVersion: batch/v1 kind: Job metadata: - name: pi + name: dms-migrations spec: template: spec: containers: - - name: pi - image: perl:5.34.0 - command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"] + - name: dms-migrations + image: curlimages/curl + command: ["curl", "www.google.com"] restartPolicy: Never backoffLimit: 4