|
@ -13,8 +13,7 @@ spec: |
|
|
container: |
|
|
container: |
|
|
image: appropriate/curl |
|
|
image: appropriate/curl |
|
|
command: |
|
|
command: |
|
|
- |- |
|
|
- curl -X GET helm-socks-frontend-int |
|
|
curl -X GET helm-socks-frontend-int |
|
|
|
|
|
|
|
|
|
|
|
- name: exit-handler |
|
|
- name: exit-handler |
|
|
steps: |
|
|
steps: |
|
@ -32,10 +31,6 @@ spec: |
|
|
container: |
|
|
container: |
|
|
image: appropriate/curl |
|
|
image: appropriate/curl |
|
|
command: |
|
|
command: |
|
|
- "curl" |
|
|
|
|
|
- "-X" |
|
|
|
|
|
- "POST" |
|
|
|
|
|
- "" |
|
|
|
|
|
- |- |
|
|
- |- |
|
|
curl -X POST -H "Content-Type: application/json" |
|
|
curl -X POST -H "Content-Type: application/json" |
|
|
-d {{ `{{ inputs.parameters.status }}` }} |
|
|
-d {{ `{{ inputs.parameters.status }}` }} |
|
|