Skip to content

Commit 808a7d6

Browse files
ericreevescognifloyd
authored andcommitted
Populate default empty maps for st2.packs.images, st2.packs.volumes.(packs|virtualenvs|configmaps)
1 parent 2e2b7e9 commit 808a7d6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

values.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ st2:
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
@@ -115,7 +115,8 @@ st2:
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

0 commit comments

Comments
 (0)