From 69edd319e9c2687003033691a3dbaae96eb8c956 Mon Sep 17 00:00:00 2001 From: sergeyshaykhullin Date: Sun, 21 Jun 2020 18:20:39 +0300 Subject: [PATCH] No new line character --- charts/argocd-notifications/templates/_helpers.tpl | 2 +- charts/argocd-notifications/templates/slack-bot/role.yaml | 2 +- .../argocd-notifications/templates/slack-bot/rolebinding.yaml | 2 +- charts/argocd-notifications/templates/slack-bot/service.yaml | 2 +- .../templates/slack-bot/serviceaccount.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/argocd-notifications/templates/_helpers.tpl b/charts/argocd-notifications/templates/_helpers.tpl index f1e19814..7540cf20 100644 --- a/charts/argocd-notifications/templates/_helpers.tpl +++ b/charts/argocd-notifications/templates/_helpers.tpl @@ -91,4 +91,4 @@ Create the name of the bot service account to use {{- else -}} {{ default "default" .Values.bots.slack.serviceAccount.name }} {{- end -}} -{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/charts/argocd-notifications/templates/slack-bot/role.yaml b/charts/argocd-notifications/templates/slack-bot/role.yaml index edac125e..3802336d 100644 --- a/charts/argocd-notifications/templates/slack-bot/role.yaml +++ b/charts/argocd-notifications/templates/slack-bot/role.yaml @@ -13,4 +13,4 @@ rules: - list - watch - update - - patch \ No newline at end of file + - patch diff --git a/charts/argocd-notifications/templates/slack-bot/rolebinding.yaml b/charts/argocd-notifications/templates/slack-bot/rolebinding.yaml index 225312e4..df6d6193 100644 --- a/charts/argocd-notifications/templates/slack-bot/rolebinding.yaml +++ b/charts/argocd-notifications/templates/slack-bot/rolebinding.yaml @@ -8,4 +8,4 @@ roleRef: name: {{ include "argocd-notifications.name" . }}-bot subjects: - kind: ServiceAccount - name: {{ include "argocd-notifications.bots.slack.serviceAccountName" . }} \ No newline at end of file + name: {{ include "argocd-notifications.bots.slack.serviceAccountName" . }} diff --git a/charts/argocd-notifications/templates/slack-bot/service.yaml b/charts/argocd-notifications/templates/slack-bot/service.yaml index c2e4f181..d56e11b9 100644 --- a/charts/argocd-notifications/templates/slack-bot/service.yaml +++ b/charts/argocd-notifications/templates/slack-bot/service.yaml @@ -10,4 +10,4 @@ spec: targetPort: 8080 selector: {{- include "argocd-notifications.bots.slack.selectorLabels" . | nindent 4 }} - type: {{ .Values.bots.slack.service.type }} \ No newline at end of file + type: {{ .Values.bots.slack.service.type }} diff --git a/charts/argocd-notifications/templates/slack-bot/serviceaccount.yaml b/charts/argocd-notifications/templates/slack-bot/serviceaccount.yaml index 20cfe9f2..1bbb530e 100644 --- a/charts/argocd-notifications/templates/slack-bot/serviceaccount.yaml +++ b/charts/argocd-notifications/templates/slack-bot/serviceaccount.yaml @@ -5,4 +5,4 @@ metadata: name: {{ include "argocd-notifications.bots.slack.serviceAccountName" . }} labels: {{- include "argocd-notifications.bots.slack.labels" . | nindent 4 }} -{{ end }} \ No newline at end of file +{{ end }}