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

fix(charts): align replicas value #382

Merged
merged 1 commit into from
Aug 12, 2024
Merged

fix(charts): align replicas value #382

merged 1 commit into from
Aug 12, 2024

Conversation

ricochet
Copy link
Contributor

Rendering this chart without this fix results in an empty field for replicas.

Feature or Problem

replicasCount doesn't exist as a value so the resulting yaml looks like:

spec:
  replicas: 
  selector:

Opted to align with the values.yaml which is generally treated as the primary API for a chart and thus avoids a breaking change rev.

@ricochet ricochet requested a review from a team as a code owner August 12, 2024 03:49
@ricochet ricochet requested a review from joonas August 12, 2024 03:50
Rendering this chart without this fix results
in an empty field for replicas.

Signed-off-by: Bailey Hayes <[email protected]>
@joonas joonas merged commit 5def02c into main Aug 12, 2024
6 checks passed
@joonas joonas deleted the fix/helm branch August 12, 2024 13:59
@brooksmtownsend brooksmtownsend mentioned this pull request Aug 20, 2024
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