Webex Teams¶
Parameters¶
The Webex Teams notification service configuration includes following settings:
token
- the app token
Configuration¶
- Create a Webex Bot
-
Copy the bot access token and store it in the
argo-rollouts-notification-secret
Secret and configure Webex Teams integration inargo-rollouts-notification-configmap
ConfigMapapiVersion: v1 kind: Secret metadata: name: <secret-name> stringData: webex-token: <bot access token>
apiVersion: v1 kind: ConfigMap metadata: name: argo-rollouts-notification-configmap data: service.webex: | token: $webex-token
-
Create subscription for your Webex Teams integration
apiVersion: argoproj.io/v1alpha1 kind: Application metadata: annotations: notifications.argoproj.io/subscribe.<trigger-name>.webex: <personal email or room id>