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: Use standard naming for nodeSelector definition #274

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

JorTurFer
Copy link
Contributor

As it was exposed here, nodeselector uses wrong notation and breaks with Kubernetes standard naming. This PR renames the section to nodeSelector

This is a breaking change, if you want to maintain backward compatibility, I can update the PR adding support to both and a deprecation message on the wrong one

Fixes #206

Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
@CLAassistant
Copy link

CLAassistant commented Aug 21, 2023

CLA assistant check
All committers have signed the CLA.

@JorTurFer JorTurFer changed the title fix: Use proper notation for nodeSelector definition fix: Use standard naming for nodeSelector definition Aug 21, 2023
Copy link
Collaborator

@yorugac yorugac left a comment

Choose a reason for hiding this comment

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

Hi @JorTurFer, thanks for the PR! LGTM 👍

In this case, I think let's change it as is, as breaking change, since it's basically a result of typo; I'd prefer not to support nodeselector long-term.

@yorugac yorugac added the breaking change Breaking change can impact some existing workflows. label Aug 22, 2023
@yorugac yorugac merged commit 1946887 into grafana:main Aug 22, 2023
@JorTurFer JorTurFer deleted the fix-crd-files branch August 22, 2023 14:07
@yorugac yorugac mentioned this pull request Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Breaking change can impact some existing workflows.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename CRD fields to have standard naming
3 participants