craig-rueda commented on a change in pull request #10500:
URL: 
https://github.com/apache/incubator-superset/pull/10500#discussion_r474928578



##########
File path: helm/superset/templates/secret-superset-config.yaml
##########
@@ -24,7 +24,7 @@ metadata:
     release: "{{ .Release.Name }}"
     heritage: "{{ .Release.Service }}"
 type: Opaque
-data: 
+data:
   superset_config.py: {{ include "superset-config" . | b64enc }}
   superset_init.sh: {{ tpl .Values.init.initscript . | b64enc }}
   superset_bootstrap.sh: {{ include "superset-bootstrap" . | b64enc }}

Review comment:
       Yep, it's coming from one of the helpers: 
https://github.com/apache/incubator-superset/blob/master/helm/superset/templates/_helpers.tpl#L52
   
   Note that this is a ConfigMap, so these keys will be mapped into files in 
whichever volumes/pods they're configured with when the thing is actually 
deployed.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to