infinispan / infinispan-helm-charts

Apache License 2.0
13 stars 26 forks source link

Refactor values.yaml to follow redhat-developer/redhat-helm-charts conventions #9

Closed ryanemerson closed 2 years ago

ryanemerson commented 2 years ago

We should follow a similar format to charts used in https://github.com/redhat-developer/redhat-helm-charts.

This requires splitting the values.yaml into multiple sections, mainly images and deploy. The former defines all images that should be used by the charts, and the latter defines runtime behaviour of the Infinispan cluster.

Splitting the values.yaml file in this way makes the Openshift UI much easier to navigate.