mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
59e13b1249
commit
88e6c8b1bd
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user