[stable/mongodb] Fix clusterIP indent in svc-primary-rs (#11238)

* [stable/mongodb] Fix clusterIP indent in svc-primary-rs

Signed-off-by: gferreux <gf@ividence.com>

* [stable/mongodb] Bump chart version

Signed-off-by: gferreux <gf@ividence.com>
This commit is contained in:
Greg
2019-02-12 02:41:03 -08:00
committed by Kubernetes Prow Robot
parent 59e13b1249
commit 88e6c8b1bd
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: mongodb
version: 5.3.2
version: 5.3.3
appVersion: 4.0.6
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
keywords:
+3 -3
View File
@@ -14,9 +14,9 @@ metadata:
{{- end }}
spec:
type: {{ .Values.service.type }}
{{- if and (eq .Values.service.type "ClusterIP") .Values.service.clusterIP }}
clusterIP: {{ .Values.service.clusterIP }}
{{- end }}
{{- if and (eq .Values.service.type "ClusterIP") .Values.service.clusterIP }}
clusterIP: {{ .Values.service.clusterIP }}
{{- end }}
ports:
- name: mongodb
port: 27017