-
Notifications
You must be signed in to change notification settings - Fork 0
Operations
Benjamin West edited this page May 11, 2023
·
2 revisions
This page contains the runbook(s) for all things business as usual operations type stuff:
I have gone for a free option here and use discord
and just a basic curl -XPOST
in the pipeline currently.
Can't argue with it works!
Create a discord server (if not already) and a text channel where you want the
notifications to get binned posted. Then create a webhook in your discord server with a catchy name and
Get the url for it
kubectl create secret generic discord-webhook -n argo-workflows \
--from-literal=url='<<<<<<<< PASTE YOUR WEBHOOK URL HERE >>>>>>>>'
That's it, now the Notify
step in the build pipeline will now pass.