-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check correct local mode feature flag when starting data manager pod. (…
…#227) This is a cherry-pick from the master branch #225 On the vanilla cluster, the data manager install code checks for the feature flag to determine if data manager pods need to be initialized. We were checking for the wrong flag (local-mode) instead of the new EnableLocalMode flag. This change fixes the issue. Testing: Manual test with local mode on vanilla setup. Signed-off-by: Swati Gupta <[email protected]>
- Loading branch information
1 parent
1eb3786
commit c5b5406
Showing
3 changed files
with
4 additions
and
3 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