Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/openldap] Fix for "spec.clusterIP: Invalid value" error on upgrade #19428

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/openldap/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: openldap
home: https://www.openldap.org
version: 1.2.3
version: 1.2.4
appVersion: 2.4.48
description: Community developed LDAP software
icon: http://www.openldap.org/images/headers/LDAPworm.gif
Expand Down
2 changes: 1 addition & 1 deletion stable/openldap/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
{{ toYaml .Values.extraLabels | indent 4 }}
{{- end }}
spec:
clusterIP: {{ .Values.service.clusterIP | quote }}
{{ with .Values.service.clusterIP }}clusterIP: {{ . }}{{ end }}
{{- if .Values.service.externalIPs }}
externalIPs:
{{ toYaml .Values.service.externalIPs | indent 4 }}
Expand Down