argo-cd: allow anonymous access
This commit is contained in:
parent
2bb14b2e30
commit
b51960ea95
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,9 @@ metadata:
|
|||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
app.kubernetes.io/part-of: argocd
|
||||
data:
|
||||
{{- if .Values.config.enableAnonymousAccess }}
|
||||
users.anonymous.enabled: {{ .Values.config.enableAnonymousAccess }}
|
||||
{{- end }}
|
||||
{{- if .Values.config.helmRepositories }}
|
||||
helm.repositories: |
|
||||
{{ toYaml .Values.config.helmRepositories | indent 4 }}
|
||||
|
|
|
@ -77,6 +77,7 @@ clusterAdminAccess:
|
|||
|
||||
config:
|
||||
createSecret: true
|
||||
enableAnonymousAccess: false
|
||||
helmRepositories:
|
||||
# - name: privateRepo
|
||||
# url: http://chartmuseum.privatecloud.com
|
||||
|
|
Loading…
Reference in a new issue