From daa1f14218f0b97005a2365e35f1d2425be6ea30 Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Fri, 17 Sep 2021 22:06:20 +0200 Subject: [PATCH] fix: noeol in clusterrolebinding.yaml Signed-off-by: Marco Kilchhofer --- .../templates/argocd-repo-server/clusterrolebinding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/argocd-repo-server/clusterrolebinding.yaml b/charts/argo-cd/templates/argocd-repo-server/clusterrolebinding.yaml index fb461069..9757912e 100644 --- a/charts/argo-cd/templates/argocd-repo-server/clusterrolebinding.yaml +++ b/charts/argo-cd/templates/argocd-repo-server/clusterrolebinding.yaml @@ -13,4 +13,4 @@ subjects: - kind: ServiceAccount name: {{ template "argo-cd.repoServerServiceAccountName" . }} namespace: {{ .Release.Namespace }} -{{- end }} \ No newline at end of file +{{- end }}