kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.18k stars 103 forks source link

Allow empty default with non-required enum #1713

Closed ANeumann82 closed 3 years ago

ANeumann82 commented 3 years ago

What this PR does / why we need it: When working on the Cassandra Parameters, I encountered enum parameters that had an empty default - Which kind of makes sense for non-required parameters.

alenkacz commented 3 years ago

Yeah, I had a hunch if it's not something like that (that it should rather be omited).

👍 for closing this, thanks for the explanation