diff --git a/stable/rethinkdb/Chart.yaml b/stable/rethinkdb/Chart.yaml index 61c96f401ecc..166e6c1eab87 100644 --- a/stable/rethinkdb/Chart.yaml +++ b/stable/rethinkdb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: rethinkdb description: The open-source database for the realtime web -version: 1.1.1 +version: 1.1.2 appVersion: 0.1.0 keywords: - rethinkdb diff --git a/stable/rethinkdb/templates/rethinkdb-proxy-service.yaml b/stable/rethinkdb/templates/rethinkdb-proxy-service.yaml index 4576b1f250d9..dfa530b88a65 100644 --- a/stable/rethinkdb/templates/rethinkdb-proxy-service.yaml +++ b/stable/rethinkdb/templates/rethinkdb-proxy-service.yaml @@ -13,7 +13,9 @@ metadata: {{- end }} spec: type: {{ .Values.proxy.service.type }} - clusterIP: "{{ .Values.proxy.service.clusterIP }}" +{{- if .Values.proxy.service.clusterIP }} + clusterIP: {{ .Values.proxy.service.clusterIP | quote }} +{{- end }} {{- if .Values.proxy.service.externalIPs }} externalIPs: {{ toYaml .Values.proxy.service.externalIPs | indent 4 }}