helm-charts
helm-charts copied to clipboard
Add labels to init pod
Currently .Values.labels is added to the metadata of the init job itself, but not to spec.template.metadata. This is inconsistent to .Values.init.labels which are added in both locations.
This pull request fixes that and adds .Values.labels to spec.template.metadata.