Pushover
- Create an app at pushover.net.
- Store the API key in
<secret-name> Secret and define the secret name in <config-map-name> ConfigMap:
apiVersion: v1kind: ConfigMapmetadata: name: <config-map-name>data: service.pushover: | token: $pushover-token
apiVersion: v1kind: Secretmetadata: name: <secret-name>stringData: pushover-token: avtc41pn13asmra6zaiyf7dh6cgx97
- Add your user key to your Application resource:
apiVersion: argoproj.io/v1alpha1kind: Applicationmetadata: annotations: notifications.argoproj.io/subscribe.on-sync-succeeded.pushover: uumy8u4owy7bgkapp6mc5mvhfsvpcd