Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator v1: treat "null" as null for drift detection
this stops operator from detecting non-existing drifts over and over again, if "null" is used to set `null`. Since spec.additionalConfiguration is map[string]string, string "null" is the only way to set `null.`
- Loading branch information