File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 9494 # E.g. having all desired StackStorm-Exchange packs in one image and several custom packs in additional images
9595 #
9696 # This must be empty if st2.packs.volumes is enabled.
97- images :
97+ images : {}
9898 # - repository: index.docker.io/stackstorm
9999 # name: st2packs
100100 # tag: example
115115 # to enable st2.packs.volumes, st2.packs.images must not be empty
116116 enabled : false
117117
118- packs : # mounted to /opt/stackstorm/packs
118+ packs : {}
119+ # mounted to /opt/stackstorm/packs
119120 # packs volume definition is required if st2.packs.volumes is enabled
120121
121122 # example using persistentVolumeClaim:
@@ -135,11 +136,13 @@ st2:
135136 # clusterNamespace: rook-ceph
136137 # path: /st2/packs
137138
138- virtualenvs : # mounted to /opt/stackstorm/virtualenvs
139+ virtualenvs : {}
140+ # mounted to /opt/stackstorm/virtualenvs
139141 # virtualenvs volume definition is required if st2.packs.volumes is enabled
140142 # see the examples under st2.packs.volumes.packs
141143
142- configs : # mounted to /opt/stackstorm/configs
144+ configs : {}
145+ # mounted to /opt/stackstorm/configs
143146 # configs volume definition is optional, but only used if st2.packs.volumes is enabled
144147 # see the examples under st2.packs.volumes.packs
145148
You can’t perform that action at this time.
0 commit comments