charts/argo-cd: fix typo in users.anonymous.enabled (#118)

main
Gustav Paul 2019-09-23 08:42:28 -07:00 committed by Alex Collins
parent 6e08a5ee50
commit 10ea33f7d1
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.2.0"
description: A Helm chart for Argo-CD
name: argo-cd
version: 0.5.2
version: 0.5.3

View File

@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/part-of: argocd
data:
{{- if .Values.config.enableAnonymousAccess }}
users.anonymous.enabled: {{ .Values.config.enableAnonymousAccess }}
users.anonymous.enabled: "{{ .Values.config.enableAnonymousAccess }}"
{{- end }}
{{- if .Values.config.helmRepositories }}
helm.repositories: |