@@ -57,23 +57,27 @@ tests:
57
57
path : spec.template.spec.containers[0].volumeMounts
58
58
content :
59
59
name : st2-overrides-vol
60
- mountPath : /opt/stackstorm/overrides
60
+ mountPath : /opt/stackstorm/overrides/
61
61
documentIndex : 3 # register_content
62
+
63
+ - contains : *overrides_mnt
64
+ documentIndex : 4 # Extra_jobs
65
+ - contains : *overrides_volume
66
+ documentIndex : 4 # extra_jobs
62
67
63
- - notContains : *override_volume
68
+ - notContains : *overrides_volume
64
69
documentIndex : 0
65
- - notContains : *override_mnt
70
+ - notContains : *overrides_mnt
66
71
documentIndex : 0
67
-
68
- - notContains : *override_volume
72
+ - notContains : *overrides_volume
69
73
documentIndex : 1
70
- - notContains : *override_mnt
74
+ - notContains : *overrides_mnt
71
75
documentIndex : 1
72
-
73
- - notContains : *override_volume
76
+ - notContains : *overrides_volume
74
77
documentIndex : 2
75
- - notContains : *override_mnt
78
+ - notContains : *overrides_mnt
76
79
documentIndex : 2
80
+
77
81
78
82
- it : Deployments with overrides
79
83
template : deployments.yaml
@@ -100,61 +104,61 @@ tests:
100
104
count : 14
101
105
102
106
103
- - contains : *override_volume # always included
107
+ - contains : *overrides_volume # always included
104
108
documentIndex : 12 # st2client
105
- - contains : *override_mnt # always included
109
+ - contains : *overrides_mnt # always included
106
110
documentIndex : 12 # st2client
107
111
108
112
109
- - notContains : *override_volume
113
+ - notContains : *overrides_volume
110
114
documentIndex : 1
111
- - notContains : *override_mnt
115
+ - notContains : *overrides_mnt
112
116
documentIndex : 1 # st2api
113
- - notContains : *override_volume # only contains if volumes.enabled
117
+ - notContains : *overrides_volume # only contains if volumes.enabled
114
118
documentIndex : 10 # st2actionrunner
115
- - notContains : *override_mnt # only contains if volumes.enabled
119
+ - notContains : *overrides_mnt # only contains if volumes.enabled
116
120
documentIndex : 10 # st2actionrunner
117
- - notContains : *override_volume
121
+ - notContains : *overrides_volume
118
122
documentIndex : 0
119
- - notContains : *override_mnt
123
+ - notContains : *overrides_mnt
120
124
documentIndex : 0
121
- - notContains : *override_volume
125
+ - notContains : *overrides_volume
122
126
documentIndex : 2
123
- - notContains : *override_mnt
127
+ - notContains : *overrides_mnt
124
128
documentIndex : 2
125
- - notContains : *override_volume
129
+ - notContains : *overrides_volume
126
130
documentIndex : 3
127
- - notContains : *override_mnt
131
+ - notContains : *overrides_mnt
128
132
documentIndex : 3
129
- - notContains : *override_volume
133
+ - notContains : *overrides_volume
130
134
documentIndex : 4
131
- - notContains : *override_mnt
135
+ - notContains : *overrides_mnt
132
136
documentIndex : 4
133
- - notContains : *override_volume
137
+ - notContains : *overrides_volume
134
138
documentIndex : 5
135
- - notContains : *override_mnt
139
+ - notContains : *overrides_mnt
136
140
documentIndex : 5
137
- - notContains : *override_volume
141
+ - notContains : *overrides_volume
138
142
documentIndex : 6
139
- - notContains : *override_mnt
143
+ - notContains : *overrides_mnt
140
144
documentIndex : 6
141
- - notContains : *override_volume
145
+ - notContains : *overrides_volume
142
146
documentIndex : 7
143
- - notContains : *override_mnt
147
+ - notContains : *overrides_mnt
144
148
documentIndex : 7
145
- - notContains : *override_volume
149
+ - notContains : *overrides_volume
146
150
documentIndex : 8
147
- - notContains : *override_mnt
151
+ - notContains : *overrides_mnt
148
152
documentIndex : 8
149
- - notContains : *override_volume # never
153
+ - notContains : *overrides_volume # never
150
154
documentIndex : 9 # st2sensorcontainer
151
- - notContains : *override_mnt # never
155
+ - notContains : *overrides_mnt # never
152
156
documentIndex : 9 # st2sensorcontainer
153
- - notContains : *override_volume
157
+ - notContains : *overrides_volume
154
158
documentIndex : 11
155
- - notContains : *override_mnt
159
+ - notContains : *overrides_mnt
156
160
documentIndex : 11
157
- - notContains : *override_volume
161
+ - notContains : *overrides_volume
158
162
documentIndex : 13
159
- - notContains : *override_mnt
163
+ - notContains : *overrides_mnt
160
164
documentIndex : 13
0 commit comments