Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(crd): use optional in place of omitempty for authentication.enabl…
…ed (#652) omitempty triggers a strange behaviour: even if enabled is set to false in the yaml, it will get the default value on initial apply call. Using the optional markers keeps the same effect without that behaviour.
- Loading branch information