Closed
Description
V1ConfigMapVolumeSource -> DefaultMode
requires an integer and its quite common in YAML files that this is written as an octal number (e.g.: 0777). It seems however that the parser is interpreting it as a decimal number. Serializing it back into a YAML string sets the property to 777
which gets rejected by the cluster's validation.