Browse Source

Update job.yaml

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

1
job-example/job.yaml

@ -10,7 +10,6 @@ spec:
image: curlimages/curl image: curlimages/curl
command: command:
- "curl" - "curl"
- "-k"
- "-X" - "-X"
- "GET" - "GET"
- "www.google.com" - "www.google.com"

Loading…
Cancel
Save