villebro commented on code in PR #30956:
URL: https://github.com/apache/superset/pull/30956#discussion_r1873721312
##########
helm/superset/templates/init-job.yaml:
##########
@@ -37,6 +41,9 @@ spec:
{{- if .Values.init.podAnnotations }}
annotations: {{- toYaml .Values.init.podAnnotations | nindent 8 }}
{{- end }}
+ {{- if .Values.init.podLabels }}
+ labels: {{- toYaml .Values.init.podLabels | nindent 8 }}
+ {{- end }}
Review Comment:
Actually, a recent PR #30710 introduced the concept of `extraLables`. Can we
change this so that both `.Values.init.podLabels` and `.Values.extraLabels` are
considered here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]