@@ -355,6 +355,30 @@ st2garbagecollector:
355
355
nodeSelector : {}
356
356
tolerations : []
357
357
affinity : {}
358
+ # #
359
+ # # StackStorm ChatOps (https://docs.stackstorm.com/chatops/index.html)
360
+ # # As hubot can't be HA scaled properly, we deploy only single replica of st2chatops
361
+ # #
362
+ st2chatops :
363
+ # Enable st2chatops (default: false)
364
+ enabled : true
365
+ # Custom hubot adapter ENV variables to pass through which will override st2chatops.env defaults.
366
+ # See https://github.com/StackStorm/st2chatops/blob/master/st2chatops.env
367
+ # for the full list of supported adapters and example ENV variables.
368
+ env :
369
+ HUBOT_ADAPTER : slack
370
+ HUBOT_SLACK_TOKEN : xoxb-CHANGE-ME-PLEASE
371
+ # Use custom generated st2chatops Docker image
372
+ image :
373
+ # repository: stackstorm
374
+ # name: st2chatops
375
+ # tag: {{ .Chart.AppVersion }}
376
+ # pullPolicy: Always
377
+ resources : {}
378
+ # Additional advanced settings to control pod/deployment placement
379
+ nodeSelector : {}
380
+ tolerations : []
381
+ affinity : {}
358
382
359
383
# #
360
384
# # MongoDB HA configuration (3rd party chart dependency)
@@ -434,25 +458,3 @@ external-dns:
434
458
aws :
435
459
zoneType : " public"
436
460
domainFilters : []
437
- # StackStorm ChatOps (https://docs.stackstorm.com/chatops/index.html)
438
- # As hubot can't be HA scaled properly, we deploy only single replica of st2chatops
439
- st2chatops :
440
- # Enable st2chatops (default: false)
441
- enabled : true
442
- # Custom hubot adapter ENV variables to pass through which will override st2chatops.env defaults.
443
- # See https://github.com/StackStorm/st2chatops/blob/master/st2chatops.env
444
- # for the full list of supported adapters and example ENV variables.
445
- env :
446
- HUBOT_ADAPTER : slack
447
- HUBOT_SLACK_TOKEN : xoxb-CHANGE-ME-PLEASE
448
- # Use custom generated st2chatops Docker image
449
- image :
450
- # repository: stackstorm
451
- # name: st2chatops
452
- # tag: {{ .Chart.AppVersion }}
453
- # pullPolicy: Always
454
- resources : {}
455
- # Additional advanced settings to control pod/deployment placement
456
- nodeSelector : {}
457
- tolerations : []
458
- affinity : {}
0 commit comments