Jap8nted commented on issue #20658:
URL: https://github.com/apache/superset/issues/20658#issuecomment-1303772331

   superset:
     serviceAccountName: superset
   
     bootstrapScript: |
       #!/bin/bash
       rm -rf /var/lib/apt/lists/* && \
       pip install --upgrade pip && \
       pip install \
         psycopg2-binary==2.9.1 \
         redis==3.5.3 \
         pyathena \
         elasticsearch-dbapi && \
       if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ 
.Values.runAsUser }}" > ~/bootstrap; fi
   
   
     supersetNode:
       connections:
         db_host: "XXXX"
         db_port: "5432"
         db_user: "sms"
         db_pass: "sms"
         db_name: "sms"
   
     postgresql:
       enabled: false
   
     affinity:
       nodeAffinity:
         requiredDuringSchedulingIgnoredDuringExecution:
           nodeSelectorTerms:
             - matchExpressions:
                 - key: k8s.xarvio.com/instancegroup
                   operator: In
                   values:
                     - persistent


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

Reply via email to