mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user