Prefect helm chart results in following read_only error in the docker container running the prefect server
Even when tweaking the config settings to run as root user.
Is there any solution to this issue by tweaking the values.yaml?
Edit: I've tried every possible combinations of
# -- set orion containers' security context runAsNonRoot
runAsNonRoot: true
# -- set orion containers' security context readOnlyRootFilesystem
readOnlyRootFilesystem: true
# -- set orion containers' security context allowPrivilegeEscalation
allowPrivilegeEscalation: false
In both the pod and container security context
It happens when i set the password for the postgressql subchart
## This is the password for
username
and will be set within the secret at the key
{fullnameOverride}-postgresql-password
.
## This argument is only relevant when using the Postgres database included in the chart.
## For an external postgres connection, you must create and use
existingSecret
instead of
postgresqlPassword
.
# -- password for the custom user to create. Ignored if
auth.existingSecret
with key
password
is provided
password: password