We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bitnami/discourse 7.0.0
amd64
Install the helm chart with the following values.yaml
containerSecurityContext: enabled: true allowPrivilegeEscalation: false readOnlyRootFilesystem: true
securityContext: runAsNonRoot: true runAsUser: 1000 runAsGroup: 1000 seccompProfile: type: RuntimeDefault
The discourse pod should run without any errors
/opt/bitnami/scripts/libpostgresqlclient.sh: line 53: cannot create temp file for here-document; Read-only file system
No response
The text was updated successfully, but these errors were encountered:
javsalgar
No branches or pull requests
Name and Version
bitnami/discourse 7.0.0
What architecture are you using?
amd64
What steps will reproduce the bug?
Install the helm chart with the following values.yaml
Are you using any custom parameters or values?
What is the expected behavior?
The discourse pod should run without any errors
What do you see instead?
/opt/bitnami/scripts/libpostgresqlclient.sh: line 53: cannot create temp file for here-document; Read-only file system
Additional information
No response
The text was updated successfully, but these errors were encountered: