charts/argo-cd: fix typo in users.anonymous.enabled

Error introduced in https://github.com/argoproj/argo-helm/pull/117
This commit is contained in:
Gustav Paul 2019-09-20 17:00:53 -07:00
parent 6e08a5ee50
commit 6cf7b724ba
No known key found for this signature in database
GPG key ID: 8C8805624DCA7758
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: |