CAAPIM / apim-charts

Helm Charts for Layer7 API Management components.
MIT License
11 stars 48 forks source link

[charts/portal] Additional labels #92

Closed scottchc1 closed 2 years ago

scottchc1 commented 2 years ago

Description of the change additionalLabels for global and individual component. required for saas to apply custom labels from values.yaml.

Benefits saas requirement

Drawbacks none

Applicable issues none

Additional information all added variables are primarily for saas purpose, not displayed in values.yaml

Checklist

melil02 commented 2 years ago

The labels are applied to top level recourses and not to the pods. If this the actual intent the changes looks good to me.

Can also be achieved with helm post render and Kustomize.

As per requirement it says labels should apply to Kubernetes workloads 😕