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
A simple enhancement to add the additionalLabels field so that an user of the chart can introduce custom labels if needed.
Importance
Importance is nice to have. A lot of modern helm chart have support for this.
Location
Zookeeper operator helm-chart.
Suggestions for an improvement
add the labels field as n dictionary under the values.yaml file and modify _helpers.tpl file to add the labels field under commonLabels func (similar to Zookeeper chart).
The text was updated successfully, but these errors were encountered:
Description
A simple enhancement to add the
additionalLabels
field so that an user of the chart can introduce custom labels if needed.Importance
Importance is nice to have. A lot of modern helm chart have support for this.
Location
Zookeeper operator helm-chart.
Suggestions for an improvement
add the
labels
field as n dictionary under thevalues.yaml
file and modify_helpers.tpl
file to add thelabels
field under commonLabels func (similar to Zookeeper chart).The text was updated successfully, but these errors were encountered: