<@U01NN9CTQ01> Is this correct? I think it should ...
# all-things-deployment
s
@early-lamp-41924 Is this correct? I think it should be
with .Values.labels
https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/subcharts/datahub-frontend/templates/deployment.yaml#L6 I am not 100% sure so wanted to ask. Similar includes are present in most of the files. And I don't think any of them are working. Neither
labels
nor
selectorLabels
are being applied to deployments
e
Seems like these values are set in the _helpers.tpl
s
Have you tried to use it in values.yaml?
labels
 and 
selectorLabels
are not working. I am not familiar with the
_helpers.tpl
file
e
If you see line 37 linked above, you can see that it’s not referring to .Values at all. Feel free to send out a PR to add it there