confluentinc / cp-helm-charts

The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
https://cnfl.io/getting-started-kafka-kubernetes
Apache License 2.0
787 stars 846 forks source link

Helm 2.15.0 doesn't render the charts properly #339

Open kercdbh opened 4 years ago

kercdbh commented 4 years ago

Helm 2.15.0 doesn't render the charts properly while all was ok with 2.14.3

My system:

Ubuntu 19.04

Command run to render the charts from an unmodified cp-helm-charts cloned repo: helm template -f ./values.yaml ./ --name my-confluent-oss

And here is the diff between the charts rendered with helm 2.14.3 & 2.15.0:

925c925
<           value: "/opt/kafka/data-0/logs"
---
>           value: ""
948,949d947
<           - name: datadir-0
<             mountPath: /opt/kafka/data-0
955,961d952
<   - metadata:
<       name: datadir-0
<     spec:
<       accessModes: [ "ReadWriteOnce" ]
<       resources:
<         requests:
<           storage: "5Gi"
1062c1053
<           value: "my-confluent-oss-cp-zookeeper-0.my-confluent-oss-cp-zookeeper-headless.default:2888:3888;my-confluent-oss-cp-zookeeper-1.my-confluent-oss-cp-zookeeper-headless.default:2888:3888;my-confluent-oss-cp-zookeeper-2.my-confluent-oss-cp-zookeeper-headless.default:2888:3888"
---
>           value: ""
kercdbh commented 4 years ago

UPDATE: Helm 2.15.1 fixed the render issue; so I guess this can be closed