helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Add labels to init pod

Open jorado opened this issue 3 years ago • 0 comments

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.

jorado avatar Nov 15 '22 11:11 jorado