Skip to content

Webex Teams

Parameters

The Webex Teams notification service configuration includes following settings:

  • token - the app token

Configuration

  1. Create a Webex Bot
  2. Copy the bot access token and store it in the argo-rollouts-notification-secret Secret and configure Webex Teams integration in argo-rollouts-notification-configmap ConfigMap

    apiVersion: 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
    
  3. 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>