You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If I add
additionalVolumes:
to a resource, but don't add an volumes, I get this error:This field should allow empty/null values, and similarly the sub-fields
volumes
andvolumeMounts
should allow empty config.The text was updated successfully, but these errors were encountered: