Skip to content

Commit 785d48f

Browse files
committed
Updating values.yaml to have the exmaple more consistent iwth others with proper spacing
1 parent c5cfc2c commit 785d48f

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

values.yaml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,24 @@ st2:
6868
[api]
6969
allow_origin = '*'
7070
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: {}
7276
# overrides:
7377
# _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+
8589
# This mirrors the [system_user] section of st2.conf, but makes the values available for helm templating.
8690
# If you change the user, you must provide a customized st2actionrunner image that includes your user.
8791
system_user:

0 commit comments

Comments
 (0)