File tree Expand file tree Collapse file tree
hull-vidispine-addon/files/test/HULL Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments