Skip to content

Commit fb10e50

Browse files
authored
Merge pull request #12 from cwilson21/adjusting
Updating values.yaml to have the exmaple more consistent iwth others …
2 parents bd0c39a + 903b155 commit fb10e50

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

values.yaml

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

0 commit comments

Comments
 (0)