No new line character

This commit is contained in:
sergeyshaykhullin 2020-06-21 18:20:39 +03:00
parent a4dfd27fb0
commit 69edd319e9
5 changed files with 5 additions and 5 deletions

View file

@ -91,4 +91,4 @@ Create the name of the bot service account to use
{{- else -}}
{{ default "default" .Values.bots.slack.serviceAccount.name }}
{{- end -}}
{{- end -}}
{{- end -}}

View file

@ -13,4 +13,4 @@ rules:
- list
- watch
- update
- patch
- patch

View file

@ -8,4 +8,4 @@ roleRef:
name: {{ include "argocd-notifications.name" . }}-bot
subjects:
- kind: ServiceAccount
name: {{ include "argocd-notifications.bots.slack.serviceAccountName" . }}
name: {{ include "argocd-notifications.bots.slack.serviceAccountName" . }}

View file

@ -10,4 +10,4 @@ spec:
targetPort: 8080
selector:
{{- include "argocd-notifications.bots.slack.selectorLabels" . | nindent 4 }}
type: {{ .Values.bots.slack.service.type }}
type: {{ .Values.bots.slack.service.type }}

View file

@ -5,4 +5,4 @@ metadata:
name: {{ include "argocd-notifications.bots.slack.serviceAccountName" . }}
labels:
{{- include "argocd-notifications.bots.slack.labels" . | nindent 4 }}
{{ end }}
{{ end }}