You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/05/13 13:11:15 UTC

[GitHub] [superset] stefano-cherchi commented on issue #14520: Helm ExtraConfigs are not loaded

stefano-cherchi commented on issue #14520:
URL: https://github.com/apache/superset/issues/14520#issuecomment-840550105


   I've also been struggling with the same issue for two days now. 
   
   Some custom configurations provided through `--values <filename>` are applied, some others are completely ignored. E.g: 
   
   ```yaml
   postgresql:
     enabled: true/false
   ```
   
   or 
   
   ```yaml
   service:
     type: LoadBalancer/ClusterIP
     port: 8088
     annotations: {
       service.beta.kubernetes.io/aws-load-balancer-internal: "false"
     }
     loadBalancerIP: null
   ```
   
   are applied, while `postgresHost:`, `extraEnv:`, `extraSecretEnv:`, and others never make it to the env variables passed to the pods ( `$DB_HOST`, `$DB_USER`, `$REDIS_HOST`, etc).
   
   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org