Skip to content
New issue

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

[helm] Error when AKHQ_CONFIGURATION in extraEnv and configMap is mounted #2007

Open
jakubmatyszewski opened this issue Nov 29, 2024 · 0 comments

Comments

@jakubmatyszewski
Copy link

In helm chart, since configmap is created by default, because .Values.configuration is specified[*], using AKHQ_CONFIGURATION in extraEnv will result in following error:

/usr/local/bin/docker-entrypoint.sh: 6: cannot create /app/application.yml: Read-only file system

It's because docker-entrypoint.sh writes over to /app/application.yml (and configmap is read-only)

Either enforce not mixing up the configmap with AKHQ_CONFIGURATION extraEnv or mount configmap to another location and merge it at final destination.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant