File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-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.
72
+ # https://docs.stackstorm.com/latest/packs.html#overriding-pack-defaults
73
+ overrides : {}
72
74
# overrides:
73
75
# _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 : {}
76
+ # ---
77
+ # rules:
78
+ # defaults:
79
+ # enabled: true
80
+ # packA.yaml: |
81
+ # ---
82
+ # rules:
83
+ # rule.name:
84
+ # enabled: false
85
+
86
+
85
87
# This mirrors the [system_user] section of st2.conf, but makes the values available for helm templating.
86
88
# If you change the user, you must provide a customized st2actionrunner image that includes your user.
87
89
system_user :
You can’t perform that action at this time.
0 commit comments