Curl again
This commit is contained in:
parent
2d8148c137
commit
8d381d8b93
@ -18,9 +18,12 @@ spec:
|
|||||||
# run after completion of initContainers
|
# run after completion of initContainers
|
||||||
- name: ntfy-command-send
|
- name: ntfy-command-send
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
command: ["curl"]
|
command:
|
||||||
|
- /bin/sh
|
||||||
|
- -c
|
||||||
args:
|
args:
|
||||||
- >-
|
- >-
|
||||||
|
curl
|
||||||
https://ntfy.kluster.moll.re/backup
|
https://ntfy.kluster.moll.re/backup
|
||||||
-H "Title: ${OPERATION}"
|
-H "Title: ${OPERATION}"
|
||||||
-d "Finished successfully"
|
-d "Finished successfully"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user