kaap icon indicating copy to clipboard operation
kaap copied to clipboard

additionalVolumes setting should allow empty values

Open pgier opened this issue 2 years ago • 0 comments

If I add additionalVolumes: to a resource, but don't add an volumes, I get this error:

PulsarCluster.kaap.oss.datastax.com "pulsar" is invalid: spec.proxy.additionalVolumes: Invalid value: "null": spec.proxy.additionalVolumes in body must be of type object: "null"

This field should allow empty/null values, and similarly the sub-fields volumes and volumeMounts should allow empty config.

pgier avatar Aug 24 '23 16:08 pgier