[incubator/kafka] Fix heapOptions template reference (#5916)

* [incubator/kafka] Fix heapOptions template reference

* Change template reference in templates/statfulset.yaml
* Ran with helm install --dry-run --debug to see that new options are
added.

* [incubator/kafka] Bump chart version
This commit is contained in:
Dean Coakley
2018-06-05 09:06:55 -07:00
committed by k8s-ci-robot
parent 0b58756377
commit 3ba5451269
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
description: Apache Kafka is publish-subscribe messaging rethought as a distributed
commit log.
name: kafka
version: 0.7.2
version: 0.7.3
appVersion: 4.0.1
keywords:
- kafka
+1 -1
View File
@@ -134,7 +134,7 @@ spec:
fieldRef:
fieldPath: status.podIP
- name: KAFKA_HEAP_OPTS
value: {{ .Values.heapOptions }}
value: {{ .Values.kafkaHeapOptions }}
{{- if not (hasKey .Values.configurationOverrides "zookeeper.connect") }}
- name: KAFKA_ZOOKEEPER_CONNECT
value: {{ include "zookeeper.url" . | quote }}