Skip to content

Commit

Permalink
Merge pull request #112 from gianlucam76/webex-room-id
Browse files Browse the repository at this point in the history
Request webex room id
  • Loading branch information
gianlucam76 authored Feb 22, 2023
2 parents 4db40d9 + 5ec7c32 commit 2e26374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/v1alpha1/clusterhealthcheck_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ const (

// Webex constant
// To have Sveltos sends a webex notification, create a Secret of type "addons.projectsveltos.io/cluster-profile"
// In the data section set both webex token and webex room name
// In the data section set both webex token and webex room ID
const (
WebexToken = "WEBEX_TOKEN"
WebexRoom = "WEBEX_ROOM"
WebexToken = "WEBEX_TOKEN"
WebexRoomID = "WEBEX_ROOM_ID"
)

// ConditionSeverity expresses the severity of a Condition Type failing.
Expand Down

0 comments on commit 2e26374

Please sign in to comment.