Fix capitalization of clusterIP parameter

This commit is contained in:
tompizmor
2018-06-14 16:40:11 +02:00
parent b2eb4f2187
commit e8153d806c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: kafka
version: 0.0.3
version: 0.0.4
appVersion: 1.1.0
description: Apache Kafka is a distributed streaming platform.
keywords:

View File

@@ -9,7 +9,7 @@ metadata:
heritage: "{{ .Release.Service }}"
spec:
type: ClusterIP
ClusterIP: None
clusterIP: None
ports:
- name: kafka
port: 9092