No new line character
This commit is contained in:
parent
a4dfd27fb0
commit
69edd319e9
5 changed files with 5 additions and 5 deletions
|
@ -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 -}}
|
||||
|
|
|
@ -13,4 +13,4 @@ rules:
|
|||
- list
|
||||
- watch
|
||||
- update
|
||||
- patch
|
||||
- patch
|
||||
|
|
|
@ -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" . }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -5,4 +5,4 @@ metadata:
|
|||
name: {{ include "argocd-notifications.bots.slack.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "argocd-notifications.bots.slack.labels" . | nindent 4 }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue