From 60fe2100cafe783d78e2a3f2cb520ed5bae99863 Mon Sep 17 00:00:00 2001 From: Tal Yitzhak Date: Mon, 24 Apr 2023 19:47:59 +0300 Subject: [PATCH] Fixing new lines at the end of files Signed-off-by: Tal Yitzhak --- charts/argo-rollouts/Chart.yaml | 5 ++--- charts/argo-rollouts/templates/dashboard/clusterrole.yaml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/argo-rollouts/Chart.yaml b/charts/argo-rollouts/Chart.yaml index 2a047fca..d64a8c0f 100644 --- a/charts/argo-rollouts/Chart.yaml +++ b/charts/argo-rollouts/Chart.yaml @@ -16,6 +16,5 @@ maintainers: annotations: artifacthub.io/changes: | - kind: added - description: Ability to provide additional volumes and volumeMounts - - kind: added - description: Missing permissions to leases under coordination api group \ No newline at end of file + description: Missing permissions to leases under coordination api group + \ No newline at end of file diff --git a/charts/argo-rollouts/templates/dashboard/clusterrole.yaml b/charts/argo-rollouts/templates/dashboard/clusterrole.yaml index a8cd93fd..0d69d67e 100644 --- a/charts/argo-rollouts/templates/dashboard/clusterrole.yaml +++ b/charts/argo-rollouts/templates/dashboard/clusterrole.yaml @@ -79,4 +79,4 @@ rules: - create - get - update -{{- end }} \ No newline at end of file +{{- end }}