Skip to content

Commit

Permalink
Merge pull request #12 from cwilson21/adjusting
Browse files Browse the repository at this point in the history
Updating values.yaml to have the exmaple more consistent iwth others …
  • Loading branch information
cwilson21 authored May 17, 2022
2 parents bd0c39a + 903b155 commit fb10e50
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,22 @@ st2:
[api]
allow_origin = '*'
#Override Definitions can be added here.
#Override Definitions can be added here.
#https://docs.stackstorm.com/latest/packs.html#overriding-pack-defaults
overrides: {}
# overrides:
# _global.yaml: |
# ---
# rules:
# defaults:
# enabled: true
# packA.yaml: |
# ---
# rules:
# rule.name:
# enabled: false
# https://docs.stackstorm.com/latest/packs.html#overriding-pack-defaults
overrides: {}
# ---
# rules:
# defaults:
# enabled: true
# packA.yaml: |
# ---
# rules:
# rule.name:
# enabled: false


# This mirrors the [system_user] section of st2.conf, but makes the values available for helm templating.
# If you change the user, you must provide a customized st2actionrunner image that includes your user.
system_user:
Expand Down

0 comments on commit fb10e50

Please sign in to comment.