forked from operator-framework/operator-lifecycle-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The sync default sync interval was changed to 12 hours, but there is also a CLI option that also configures the sync interval. The OLMConfig reconcile code did not properly handle the value coming in via the CLI, and changing the sync interval from the default without an OLMConfig value specified. The CLI option now changes the default sync interval, when the OLMConfig is not present. The 12h default sync interval is used when neither the CLI nor the OLMConfig is specified. The OLMConfig reconcile code now uses the CLI option as the default. Signed-off-by: Todd Short <todd.short@me.com>
- Loading branch information
Showing
4 changed files
with
26 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ package: | |
pullPolicy: IfNotPresent | ||
service: | ||
internalPort: 5443 | ||
interval: 1h | ||
|
||
e2e: | ||
image: | ||
|