Romil Punetha

Results 4 issues of Romil Punetha

### Name and Version bitnami/schema-registry:4.x.x ### What steps will reproduce the bug? 1. Clone the chart. 2. in values.yaml, disable kafka and use external kafka. 3. template the chart. ###...

in-progress
tech-issues
schema-registry

When I try to install this chart with `jx step helm install`, the apiVersion is not supported and the installation of the clusterrole and clusterrolebinding fails. Is there a way...

Currently, the array flattener merges the arrays. ``` { "a" : [ "b", [ "c", "d" ]] } => { "a" : ["b", "c", "d"]} ``` Could we add a...