-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MM-16722] Use github.com/banzaicloud/k8s-objectmatcher for all resou…
…rce reconciliation comparisons (#72) * minio objectmatcher + some refactors * revert log removal + typo fix * unexport create * unexport crate/update + fixing input for Get + override secret if have invalid data * minio secret fix create * update mysql cluster with objectmatcher * log generic update message + clean unused * mattermost: update resources with objectmatcher * minio/instance: update with objectmatcher * add resource version update * naming unification * minio: move logging * move logging into proper scope for upgrade job * custom objectMatcher annotation * Reverting to simple spec and labels update for mysql operator. There is race interaction between mysql operator and mattermost operator in case of applying patch to whole resource. We should only update here what is expected to change otherwise it wrecks mysql operator. Observed behaviour was for example: - mysql operator stops responding to any changes in resource, - database remains in read only mode. * add comment on mysql operator * generated fields should be preserved * remove empty line - merge artifact
- Loading branch information
1 parent
5673a2f
commit 61eb82c
Showing
4 changed files
with
119 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.