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