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

feat: support yaml file for Hazelcast configuration #150

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

jgiovaresco
Copy link
Contributor

@jgiovaresco jgiovaresco commented Sep 9, 2022

Description

Supporting Yaml configuration file should ease the overriding config in Helm chart. Currently, with the XML file, we can't use Helm/Go template function to merge properties.

With the YAML, we should be able to define a default configuration in the Helm chart and, let users overrides part of that configuration with values, using https://rm3l.org/merging-dynamic-config-data-in-helm-charts/


Gravitee.io Automatic Deployment

🚀 A prerelease version of this package has been published on Gravitee's private artifactory, you can:

  • use it directly by updating your project with version: 1.26.0-hazelcast-support-yaml-config-file-SNAPSHOT
  • download it from Artifactory here

Supporting Yaml configuration file should ease the overriding config in Helm chart.
Currently, with the XML file, we can't use Helm/Go template function to merge properties.

With the YAML, we should be able to define a default configuration in the Helm chart
and, let users overrides part of that configuration with values, using https://rm3l.org/merging-dynamic-config-data-in-helm-charts/
@jgiovaresco jgiovaresco requested a review from a team as a code owner September 9, 2022 14:10
@jgiovaresco jgiovaresco merged commit 43a2674 into master Sep 12, 2022
@jgiovaresco jgiovaresco deleted the hazelcast-support-yaml-config-file branch September 12, 2022 08:15
@graviteeio
Copy link
Contributor

🎉 This PR is included in version 1.26.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants