This repository has been archived by the owner on May 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(charts): remove mutually exclusive flags
Remove mutually exclusive flags ie - When ndm is installed using openebs-ndm chart then disable local templates. When local pv is installed using localpv-provisioner then disable local templates. This will change the installation command from ```bash helm install openebs openebs/openebs --namespace openebs --create-namespace \ --set localprovisioner.enabled=false \ --set ndm.enabled=false \ --set ndmOperator.enabled=false \ --set openebs-ndm.enabled=true \ --set legacy.enabled=false \ --set localpv-provisioner.enabled=true ``` to ```bash helm install openebs openebs/openebs --namespace openebs --create-namespace \ --set legacy.enabled=false \ --set localpv-provisioner.enabled=true --set openebs-ndm.enabled=true \ ``` Signed-off-by: Shovan Maity <shovan.cse91@gmail.com>
- Loading branch information
1 parent
3715a66
commit 0bdac0a
Showing
5 changed files
with
13 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
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