-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Makefile): update chainsaw setup and Helm targets in Makefile
Description: This PR refactors the Helm targets and updates the chainsaw setup in the Makefile. The changes include: - Removed helm-install and helm-uninstall targets. - Updated chainsaw-setup target to use helm-install-depends instead of helm-install. Purpose: 1. Refactor chainsaw test to rely on the helm-install-depends task for better modularity and dependency management. 2. Ensure the current operator uses the deploy task for deployment, aligning with the updated setup process. These changes improve the modularity, clarity, and maintainability of the Makefile, making it easier to manage Helm dependencies and the chainsaw setup process.
- Loading branch information
Showing
6 changed files
with
37 additions
and
17 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 |
---|---|---|
|
@@ -63,7 +63,7 @@ spec: | |
dataNode: | ||
roleGroups: | ||
default: | ||
replicas: 2 | ||
replicas: 1 | ||
config: | ||
logging: | ||
datanode: | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ spec: | |
server: | ||
roleGroups: | ||
default: | ||
replicas: 3 | ||
replicas: 1 | ||
config: | ||
logging: | ||
zookeeperCluster: | ||
|