-
Notifications
You must be signed in to change notification settings - Fork 71
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
elasticsearch-init also /opt/zammad/storage #226
elasticsearch-init also /opt/zammad/storage #226
Conversation
@klml this looks awesome. Would you be so kind to rebase please, f41b98d should hopefully fix the failing chart linting checks. I would also suggest to go a step further: in all places where |
One small correction: it would not be needed for containers that don't run the Zammad stack, but only need |
We have 4 init containers (currently all without So only |
06fd744
to
8691667
Compare
…b.com/it-at-m/zammad-helm into elasticsearch-init-opt-zammad-storage
I have to correct myself. The |
@mgruner now we have |
👏 thanks a lot @klml |
What this PR does / why we need it
After a restart zammad-0 -c elasticsearch-init had an error Read-only file system /opt/zammad/storage
this was already suggested in #214, which introduced
/opt/zammad/storage
in all containers and all initContainersBut #214 was superseded by #215, which introduced
/opt/zammad/storage
only in all containers, but not in initContainers.I am not sure if we need
/opt/zammad/storage
in all initContainers, but for sure in elasticsearch-init.Which issue this PR fixes
elasticsearch-init
container #212Checklist