From f26d0c19330caae6f56e6948eaff3bc1749beb02 Mon Sep 17 00:00:00 2001 From: a3caicedo <63386734+a3caicedo@users.noreply.github.com> Date: Wed, 19 Oct 2022 13:35:11 -0300 Subject: [PATCH] Update job.yaml Field is Immutable --- job-example/job.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/job-example/job.yaml b/job-example/job.yaml index a263d2e..6f90f85 100644 --- a/job-example/job.yaml +++ b/job-example/job.yaml @@ -10,6 +10,9 @@ spec: image: curlimages/curl command: - "curl" + - "-k" + - "-X" + - "GET" - "https://172.31.112.1:5001/swagger/index.html" restartPolicy: Never backoffLimit: 4