villebro commented on code in PR #30710:
URL: https://github.com/apache/superset/pull/30710#discussion_r1817111785
##########
helm/superset/values.yaml:
##########
@@ -27,6 +27,11 @@ nameOverride: ~
# -- Provide a name to override the full names of resources
fullnameOverride: ~
+# -- Global values for the Superset chart
+global:
+ # -- Labels to be added to all resources
+ extraLabels: {}
+
Review Comment:
Based on the comment here, these would be added to `all` resources. However,
it seems we're not adding these to the pod templates (see for instance
`.Values.supersetWorker.podLabels` - is this intentional?
--
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]