forked from argoproj/argo-helm
charts/argo-cd: fix typo in users.anonymous.enabled (#118)
parent
6e08a5ee50
commit
10ea33f7d1
|
@ -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
|
||||
|
|
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue