Skip to content

Commit 0bd506f

Browse files
committed
fix tests for helm 4
1 parent b8118dd commit 0bd506f

3 files changed

Lines changed: 1 addition & 15 deletions

File tree

hull-vidispine-addon/files/test/HULL/sources/cases/basic/basic.values.hull.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,9 @@ hull:
5252
command_two: command-two
5353
string_defined: i_am_string
5454
string_empty: ""
55-
string_undefined:
5655
number_defined: 999
57-
number_undefined:
5856
bool_defined_true: true
5957
bool_defined_false: false
60-
bool_undefined:
6158
annotations_dict:
6259
a: first
6360
b: second

hull-vidispine-addon/files/test/HULL/sources/cases/pod/pod.values.hull.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -749,9 +749,6 @@ hull:
749749
string_empty:
750750
enabled: true
751751
value: _HT*hull.config.specific.string_empty
752-
string_undefined:
753-
enabled: true
754-
value: _HT*hull.config.specific.string_undefined
755752
envFrom:
756753
bool_defined_false:
757754
configMapRef:
@@ -763,16 +760,9 @@ hull:
763760
name: bool_defined_true
764761
staticName: true
765762
optional: _HT*hull.config.specific.bool_defined_true
766-
#bool_undefined:
767-
# configMapRef:
768-
# name: bool_undefined
769-
# staticName: true
770-
# optional: _HT*hull.config.specific.bool_undefined
771763
ports:
772764
number_defined:
773765
containerPort: _HT*hull.config.specific.number_defined
774-
#number_undefined:
775-
# containerPort: _HT*hull.config.specific.number_undefined
776766

777767
internal_one:
778768
image:

hull-vidispine-addon/files/test/HULL/specs/concepts/pod.cpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@
279279
* Test Object has key "spec§template§spec§containers§4§env§0§value" with value "i_am_string"
280280
* Test Object has key "spec§template§spec§containers§4§env§1§name" with value "string_empty"
281281
* Test Object has key "spec§template§spec§containers§4§env§1§value" with value ""
282-
* Test Object has key "spec§template§spec§containers§4§env§2§name" with value "string_undefined"
283-
* Test Object has key "spec§template§spec§containers§4§env§2§value" with null value
282+
284283
* Test Object has key "spec§template§spec§containers§4§envFrom§0§configMapRef§name" with value "bool_defined_false"
285284
* Test Object has key "spec§template§spec§containers§4§envFrom§0§configMapRef§optional" set to false
286285
* Test Object has key "spec§template§spec§containers§4§envFrom§1§configMapRef§name" with value "bool_defined_true"

0 commit comments

Comments
 (0)