Set Notification
Flags
Flag
Type/Options
Default
Description
--notification-enabled
bool
false
Enable notification configuration
--notification-prefix
string
""
Set notification channel prefix
--notification-log
bool
false
Set log notification to stdout"
Example
Send notifications to notification prefix channel:
kubemqctl create cluster --notification-enabled --notification-prefix notificationValues
Value
Type/Options
Default
Description
notification.enabled
bool
false
Enable notification configuration
notification.prefix
string
""
Set notification channel prefix
notification.log
bool
false
Set log notification to stdout"
Example
Send notifications to notification prefix channel:
helm install kubemq-cluster --set notification.enabled=true,notification.prefix=notification kubemq-charts/kubemqLast updated
Was this helpful?