-
Notifications
You must be signed in to change notification settings - Fork 737
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
add support for deploymentLabels #1707
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: quintonm <[email protected]>
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.
thanks for this PR! could you also update the chart's README accordingly. i see that we missed out on the docs for podLabels
, so we can do both in this PR as well
Could this be used to address the issues raised in #1312? |
@KrylixZA i'm investigating that. i'd say if that needs to be addressed, we shall do so in a different PR, since they're completely different things. |
Signed-off-by: quintonm <[email protected]>
@aryan9600 README has been updated. Should I make a similar update to docs/gitbook/install/flagger-install-on-kubernetes.md? |
Sure, that'd be great. Could you also specify the |
charts/flagger/values.yaml
Outdated
deploymentLabels: | ||
mylabel: value |
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.
deploymentLabels: | |
mylabel: value | |
deploymentLabels: {} |
Signed-off-by: quintonm <[email protected]>
done |
This PR adds support for configuring additional labels for the deployment using
deploymentLabels
invalues.yaml
.