You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of changes:
This pull request enhances the Helm deployment template by allowing users to add custom labels to Kubernetes deployments through values in the Helm chart, similar to what has been done at the `spec.template.labels` level. This makes the deployment more flexible and customizable.
**Helm template improvements:**
* Added support for injecting user-defined deployment labels from `.Values.deployment.labels` into the `metadata` section of the `deployment.yaml.tpl` template.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments