Browse Source

Update job.yaml

Field is Immutable
pull/155/head
a3caicedo 3 years ago
committed by GitHub
parent
commit
f26d0c1933
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      job-example/job.yaml

3
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

Loading…
Cancel
Save