-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[opsrc] Do not delete csc during purge
On restart, marketplace operator deletes and recreates the CatalogSourceConfig object(s) associated with each OperatorSource. These are CatalogSourceConfig object(s) having the following label: opsrc-datastore: "true" Resolution: - Do not delete CatalogSourceConfig object(s) during purge, instead let the CatalogSourceConfig(s) be updated during the reconciliation process. - Make the log a bit clearer by mentioning whether it is creating or updating a CatalogSource object in 'Configuring' phase. https://jira.coreos.com/browse/MKTPLC-236 https://bugzilla.redhat.com/show_bug.cgi?id=1682928
- Loading branch information
Showing
3 changed files
with
3 additions
and
56 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
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