Skip to content

Commit

Permalink
Revert helm#7933 whick broke upgrade
Browse files Browse the repository at this point in the history
cf issue helm#9227
cf comment helm#7933 (comment)

Signed-off-by: --replace-all <matthieu.paret@lifen.fr>
  • Loading branch information
Matthieu Paret committed Dec 14, 2018
1 parent d57b8a9 commit 276222a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stable/nginx-ingress/templates/controller-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ metadata:
release: {{ .Release.Name }}
name: {{ template "nginx-ingress.controller.fullname" . }}
spec:
{{- if .Values.controller.service.clusterIP }}
clusterIP: "{{ .Values.controller.service.clusterIP }}"
{{- end }}
{{- if .Values.controller.service.externalIPs }}
externalIPs:
{{ toYaml .Values.controller.service.externalIPs | indent 4 }}
Expand Down

0 comments on commit 276222a

Please sign in to comment.