-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
feat(helm): add deploymentLabels variable #22541
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congrats on making your first PR and thank you for contributing to Superset! 🎉 ❤️
We hope to see you in our Slack community too!
# -- Annotations to be added to supersetNode deployment | ||
deploymentAnnotations: {} | ||
# -- Labels to be added to supersetNode deployment | ||
deploymentLabels: {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls update the schema to reflect this addition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, fixed thanks !
Still looking like there's failed checks |
Pls rebase after this merges: #22590 (should fix linting errors) |
Signed-off-by: Mathieu Herbert <math.herbert@gmail.com>
Signed-off-by: Mathieu Herbert math.herbert@gmail.com
fe07674
to
1fc7857
Compare
Hey, rebased is done |
Pls make sure you run helm-docs to generate the readme. Looks like that check is still failing |
Signed-off-by: Mathieu Herbert math.herbert@gmail.com
add deploymentLabels as we have for annotations.
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION