Please fill in the questionnaire below.
Technical Help Questionnaire
Have you read and followed the instructions at: *READ ME FIRST* Technical Help FAQs - #2 by nigel ?
Answer: Yea
Self-Hosted Installation and Setup Questions
How have you self-hosted Baserow.
Trying to use the helm chart.
What are the specs of the service or server you are using to host Baserow.
Kubernetes cluster with these resource specs:
limits.cpu 0 4 limits.memory 0 16Gi requests.cpu 0 2 requests.memory 0 8Gi
Which version of Baserow are you using.
0.29, helm chart 1.0.8
How have you configured your self-hosted installation?
Default settings for the helm chart, with the following defines values:
caddy:
enabled: false
securityContext:
enabled: true
containerSecurityContext:
enabled: true
What commands if any did you use to start your Baserow server?
na
Describe the problem
It seems that the configurations are not picked up in the templates for the Deployments.
The Deployments do not get the securityContext
for the pod and the image.
Trying to disable caddy works without problems.