Merge branch 'master' into patch-1

This commit is contained in:
Stefan Sedich 2020-05-18 08:34:06 -07:00 committed by GitHub
commit 53c11a2cbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.5.4" appVersion: "1.5.4"
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 2.3.2 version: 2.3.3
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
keywords: keywords:

View file

@ -37,7 +37,7 @@ spec:
loadBalancerIP: {{ .Values.server.service.loadBalancerIP | quote }} loadBalancerIP: {{ .Values.server.service.loadBalancerIP | quote }}
{{- end }} {{- end }}
{{- if .Values.server.service.loadBalancerSourceRanges }} {{- if .Values.server.service.loadBalancerSourceRanges }}
loadBalancerSourceranges: loadBalancerSourceRanges:
{{ toYaml .Values.server.service.loadBalancerSourceRanges | indent 4 }} {{ toYaml .Values.server.service.loadBalancerSourceRanges | indent 4 }}
{{- end }} {{- end }}
{{- end -}} {{- end -}}