Browse Source

Merge ecb47887a7 into 53e28ff20c

pull/155/merge
a3caicedo 3 years ago
committed by GitHub
parent
commit
dffd99cdeb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      pre-post-sync/pre-sync-job.yaml

10
pre-post-sync/pre-sync-job.yaml

@ -9,8 +9,10 @@ spec:
template:
spec:
containers:
- name: sleep
image: alpine:latest
command: ["sleep", "10"]
- name: endpoint-consumer
image: curlimages/curl
command:
- "curl"
- "https://www.google.com"
restartPolicy: Never
backoffLimit: 0
backoffLimit: 2

Loading…
Cancel
Save