upgrade backup procedure

This commit is contained in:
2023-11-30 11:53:22 +01:00
parent aca11b13e1
commit f1811dedf1
3 changed files with 7 additions and 35 deletions

View File

@@ -20,11 +20,10 @@ spec:
image: curlimages/curl
command: ["curl"]
args:
- "-H"
- "Title: ${OPERATION}"
- "-d"
- "Finished successfully"
- "https://ntfy.kluster.moll.re/backup"
- >-
-H "Title: ${OPERATION}"
-d "Finished successfully"
https://ntfy.kluster.moll.re/backup
env:
- name: OPERATION
value: "PLACEHOLDER"