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: 0 replica count should not be reduced #277

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

RomanDvorsky
Copy link
Contributor

Minor bug in my previous commit where the replicaCount: 0 was considered as an null and was reduced.

The correct behavior should be:

replicaCount: 1 -> replicas: 1
replicaCount: 0 -> replicas: 0
replicaCount: -> reduced
replicaCount: NULL -> reduced

@RomanDvorsky RomanDvorsky changed the title 0 replica count should not be reduced fic: 0 replica count should not be reduced Mar 1, 2024
@RomanDvorsky RomanDvorsky changed the title fic: 0 replica count should not be reduced fix: 0 replica count should not be reduced Mar 1, 2024
Copy link
Member

@tomkerkhove tomkerkhove left a comment

Choose a reason for hiding this comment

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

Thanks!

@tomkerkhove tomkerkhove merged commit 5dc1e69 into Azure:main Mar 1, 2024
11 checks passed
@RomanDvorsky
Copy link
Contributor Author

Hi @tomkerkhove,

is there a plan to release a new version - any timeframe?

thx a lot,
R.

@RomanDvorsky
Copy link
Contributor Author

Hi @tomkerkhove,

is there a plan to release new version - any timeframe?

thx a lot,
R.

@tomkerkhove
Copy link
Member

This should be shipped next month

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