-
Notifications
You must be signed in to change notification settings - Fork 239
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
Fix opensearch.yml
configMap Read-only file system error
#516
Conversation
Signed-off-by: Prudhvi Godithi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not familiar with this, but pulled locally and it works, so approving this as alternative if that's the better direction.
Adding @TheAlgo @smlx @peterzhuamazon , to please have a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @derek-ho and @DarshitChanpura. |
Description
Coming from an open PR #504, that removes
opensearch.yml
due to configMap Read-only file system error (as starting 2.12.0 OpenSearch security plugin need RW access toopensearch.yml
when passedOPENSEARCH_INITIAL_ADMIN_PASSWORD
, for more details ref: opensearch-project/security#3624).This PR will have a fix to continue use the
.Values.config
and declare theopensearch.yml
and does not throw configMap Read-only file system error.With this the user can either use the default
opensearch.yml
or pass theopensearch.yml
via.Values.config
.Issues Resolved
#224
part of: opensearch-project/security#3624, opensearch-project/security#3711
Check List
For any changes to files within Helm chart directories:
CHANGELOG.md
updated to reflect changeBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.