infinispan / infinispan-helm-charts

Apache License 2.0
13 stars 26 forks source link

Remove config-generator dependency #3

Closed ryanemerson closed 2 years ago

ryanemerson commented 3 years ago

Currently the helm-charts utilise the Infinispan image IDENTITIES_PATH and CONFIG_PATH env variables to configure the underlying server. We should remove this in favour of generating the Infinispan xml directly and adding users via the cli.

dmvolod commented 3 years ago

@ryanemerson do you plan to implement this option in the operator?

ryanemerson commented 3 years ago

Yes. Long term we want to remove the need for the config-generator entirely.