Add back the kakfa.configmap helper (#4993)

* Add back the kakfa.configmap helper

* Bump version

* Switch to use kafka.fullname as base of configmap name
This commit is contained in:
nrmitchi
2018-04-13 05:27:58 -07:00
committed by k8s-ci-robot
parent 3042b43d14
commit 98ffaaa7c7
3 changed files with 3 additions and 3 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.5.0
version: 0.5.1
appVersion: 4.0.0
keywords:
- kafka
+1 -1
View File
@@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "kafka.configmap" . }}-metrics
name: {{ template "kafka.fullname" . }}-metrics
labels:
app: "{{ template "kafka.name" . }}"
release: {{ .Release.Name | quote }}
+1 -1
View File
@@ -171,7 +171,7 @@ spec:
{{- if .Values.metrics.jmx.enabled }}
- name: jmx-config
configMap:
name: {{ template "kafka.configmap" . }}-metrics
name: {{ template "kafka.fullname" . }}-metrics
{{- end }}
{{- if .Values.persistence.enabled }}
volumeClaimTemplates: