Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci-skip] move hashicorp vault functions to a single script #2339

Merged
merged 2 commits into from
Aug 8, 2023
Merged

[ci-skip] move hashicorp vault functions to a single script #2339

merged 2 commits into from
Aug 8, 2023

Conversation

saurabhkumarkardam
Copy link
Contributor

Commit to be reviewed


feat(quorum): move hashicorp vault functions to a single script

This commit decouples the vault related functionality from individual helm charts by utilizing the bevel-vault.sh script.

Changes Made:

 • Removed vault-related code from individual Quorum Helm charts.
 • Updated all Helm charts to utilize the shared bevel-vault.sh script.
 • Improved code quality by fixing if-conditions defined in the shared bevel-vault.sh script.
 • Deleted the node_quorum Helm chart and its quorum.tpl template file because they are not being used. Instead, we always use the node_quorum_member Helm chart for the same purpose.

These changes will improve code maintainability and efficiency by reducing code duplication and making it easier to maintain consistency.

fixes #2323

This commit decouples the vault related functionality from individual helm charts by utilizing the bevel-vault.sh script.

Changes Made:

 • Removed vault-related code from individual Quorum Helm charts.
 • Updated all Helm charts to utilize the shared bevel-vault.sh script.
 • Improved code quality by fixing if-conditions defined in the shared bevel-vault.sh script.
 • Deleted the node_quorum Helm chart and its quorum.tpl template file because they are not being used. Instead, we always use the node_quorum_member Helm chart for the same purpose.

These changes will improve code maintainability and efficiency by reducing code duplication and making it easier to maintain consistency.

fixes #2323

Signed-off-by: saurabhkumarkardam <saurabh.kumar.kardam@accenture.com>
Copy link
Contributor

@suvajit-sarkar suvajit-sarkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@suvajit-sarkar suvajit-sarkar merged commit be2ea3b into hyperledger-bevel:develop Aug 8, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants