Slack Interactive Notification
Create Slack App
apiVersion: v1 kind: Secret metadata: name: argocd-notifications-secret stringData: slack-token: <base64 encoded auth-token>apiVersion: v1configure the Slack integration token in configmap called argocd-notifications-controller-cm apiVersion: v1 kind: ConfigMap metadata: name: argocd-notifications-cm data: service.slack: | apiURL: <url> # optional URL, e.g.https://example.com/api token: $slack-token username: <override-username> # optional username icon: <override-icon> # optional icon for the message (supports both emoij and url notation)
Integration to Slack Channel
Last updated