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

[node] helm chart should fail if passed no values #355

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Conversation

BulatSaif
Copy link
Contributor

Fixes: #248

It's common that due to YAML indentation issues (especially when a chart is used as a dependency) the override node block is not passed correctly. This can result in the node being deployed with default values, leading to confusion since the deployment succeeds, but the node may end up syncing the wrong chain, wasting time.

Changes

  1. Unset the chain parameter.
  2. Make chain a required parameter.

@BulatSaif BulatSaif self-assigned this Aug 23, 2024
@BulatSaif BulatSaif changed the title Check values [node] helm chart should fail if passed no values Aug 23, 2024
@BulatSaif BulatSaif merged commit ac8461e into main Aug 23, 2024
3 checks passed
@BulatSaif BulatSaif deleted the bs/unset-chain branch August 23, 2024 12:22
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.

Node helm chart should fail if passed no or incorrect values
2 participants