From 602e70b1b8c6c6ac5b07bc7fe617ff326dbb36f0 Mon Sep 17 00:00:00 2001 From: lippertmarkus Date: Thu, 3 Sep 2020 20:51:11 +0200 Subject: [PATCH] add newline file ending --- charts/argo/templates/workflow-rb.yaml | 2 +- charts/argo/templates/workflow-role.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo/templates/workflow-rb.yaml b/charts/argo/templates/workflow-rb.yaml index d5b08cbf..17785257 100644 --- a/charts/argo/templates/workflow-rb.yaml +++ b/charts/argo/templates/workflow-rb.yaml @@ -16,4 +16,4 @@ subjects: {{- if .Values.workflow.namespace }} namespace: {{ .Values.workflow.namespace }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/argo/templates/workflow-role.yaml b/charts/argo/templates/workflow-role.yaml index 5b3e0286..37365f21 100644 --- a/charts/argo/templates/workflow-role.yaml +++ b/charts/argo/templates/workflow-role.yaml @@ -22,4 +22,4 @@ rules: verbs: - get - watch -{{- end }} \ No newline at end of file +{{- end }}