File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 68
68
[api]
69
69
allow_origin = '*'
70
70
71
- # Override Definitions can be added here.
71
+ # Override Definitions can be added here. Overrides can be used to disable rules/actions/sensors either individually
72
+ # on a per pack level. _global.yaml is the global file for adjusting overrides, however you can create a pack_name.yaml
73
+ # to define what happens to rules for a pack. You can set everything to enabled/disabled with the defaults option or specify
74
+ # individual rule names! See documentation for more examples! https://docs.stackstorm.com/latest/packs.html#overriding-pack-defaults
75
+ overrides : {}
72
76
# overrides:
73
77
# _global.yaml: |
74
- # ---
75
- # rules:
76
- # defaults:
77
- # enabled: true
78
- # packA.yaml: |
79
- # ---
80
- # rules:
81
- # rule.name:
82
- # enabled: false
83
- # https://docs.stackstorm.com/latest/packs.html#overriding-pack-defaults
84
- overrides : {}
78
+ # ---
79
+ # rules:
80
+ # defaults:
81
+ # enabled: true
82
+ # packA.yaml: |
83
+ # ---
84
+ # rules:
85
+ # rule.name:
86
+ # enabled: false
87
+
88
+
85
89
# This mirrors the [system_user] section of st2.conf, but makes the values available for helm templating.
86
90
# If you change the user, you must provide a customized st2actionrunner image that includes your user.
87
91
system_user :
You can’t perform that action at this time.
0 commit comments