Merge branch 'master' into argo26_update

This commit is contained in:
Pablo Osinaga 2020-03-07 11:59:21 +01:00 committed by GitHub
commit 8d39f67521
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.4.2" appVersion: "1.4.2"
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: 1.8.5 version: 1.8.6
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

@ -136,7 +136,7 @@ spec:
serviceAccountName: {{ template "argo-cd.serverServiceAccountName" . }} serviceAccountName: {{ template "argo-cd.serverServiceAccountName" . }}
volumes: volumes:
{{- if .Values.server.volumes }} {{- if .Values.server.volumes }}
{{- toYaml .Values.server.volumes | nindent 8}} {{- toYaml .Values.server.volumes | nindent 6}}
{{- end }} {{- end }}
- emptyDir: {} - emptyDir: {}
name: static-files name: static-files