From 1155885cd9639a003d53a439a710189e7bcb8baa Mon Sep 17 00:00:00 2001 From: tgauweiler <43210663+tgauweiler@users.noreply.github.com> Date: Thu, 13 Feb 2020 15:26:25 +0100 Subject: [PATCH] Fix volumeMounts indention for argocd-server VolumeMounts have to be indented with 8 spaces. --- 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 6e0b68a4..b43a0734 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.7.3 +version: 1.7.4 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 fe6e54d5..42b78cdd 100755 --- a/charts/argo-cd/templates/argocd-server/deployment.yaml +++ b/charts/argo-cd/templates/argocd-server/deployment.yaml @@ -76,7 +76,7 @@ spec: {{- end }} volumeMounts: {{- if .Values.server.volumeMounts }} -{{- toYaml .Values.server.volumeMounts | nindent 10}} +{{- toYaml .Values.server.volumeMounts | nindent 8}} {{- end }} {{- if .Values.configs.knownHosts }} - mountPath: /app/config/ssh