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

bitnami/elasticsearch: mount cerst to master node instead empty-dir #30989

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Rebyrg
Copy link

@Rebyrg Rebyrg commented Dec 11, 2024

fixed #30988 mount TLS secrets as certs instead empty-dir

Description of the change

Fixed bug in volume mount of certs in master node

Benefits

Fixed bug

Possible drawbacks

Applicable issues

Additional information

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

fixed bitnami#30988
mount TLS secrets as certs instead empty-dir

Signed-off-by: Rebyrg <[email protected]>
@carrodher
Copy link
Member

Thanks for your contribution! Could you please bump the chart version in the Chart.yaml? This is necessary to test the changes and cut a new release.

Rebyrg and others added 5 commits December 11, 2024 21:56
@Rebyrg
Copy link
Author

Rebyrg commented Dec 22, 2024

Thanks for your contribution! Could you please bump the chart version in the Chart.yaml? This is necessary to test the changes and cut a new release.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
elasticsearch triage Triage is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Elasticsearch volume cersts is empty-dir when security.enabled=true and security.autoGenerated=true
3 participants