From 8caf81a4ef30a9f7f3c0782d1e1e483e9760e07b Mon Sep 17 00:00:00 2001 From: tgauweiler <43210663+tgauweiler@users.noreply.github.com> Date: Fri, 6 Mar 2020 14:42:46 +0100 Subject: [PATCH] fix: volumes indention for argocd-server (#260) * Fix volumeMounts indention for argocd-server VolumeMounts have to be indented with 8 spaces. * chore: bump chart version * Fix volumes indention for argo-server * Bump version --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/templates/argocd-server/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index be175f43..5689a61a 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.4.2" description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 1.8.5 +version: 1.8.6 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: diff --git a/charts/argo-cd/templates/argocd-server/deployment.yaml b/charts/argo-cd/templates/argocd-server/deployment.yaml index 5a312238..0465e0ee 100755 --- a/charts/argo-cd/templates/argocd-server/deployment.yaml +++ b/charts/argo-cd/templates/argocd-server/deployment.yaml @@ -136,7 +136,7 @@ spec: serviceAccountName: {{ template "argo-cd.serverServiceAccountName" . }} volumes: {{- if .Values.server.volumes }} -{{- toYaml .Values.server.volumes | nindent 8}} +{{- toYaml .Values.server.volumes | nindent 6}} {{- end }} - emptyDir: {} name: static-files