-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build/vmsingle: properly add data volumeMount for external volume
v0.50.0 releases added changed logic for externally provided `volume`. It removed implicit `volumeMount` add and made it required. It's a breaking change, which made upgrade procedure not straight forward. See this issue for context #1158 It made impossible to perform smooth migration. This commit reverts implicit `volumeMount` add. But instead of unconditional append, operator performs a check for volume name: `data`. It must make volume management more reliable and less confusing. Signed-off-by: f41gh7 <[email protected]>
- Loading branch information
Showing
4 changed files
with
139 additions
and
29 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