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 -}}
|
{{- else -}}
|
||||||
{{ default "default" .Values.bots.slack.serviceAccount.name }}
|
{{ default "default" .Values.bots.slack.serviceAccount.name }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
|
@ -13,4 +13,4 @@ rules:
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
- update
|
- update
|
||||||
- patch
|
- patch
|
||||||
|
|
|
@ -8,4 +8,4 @@ roleRef:
|
||||||
name: {{ include "argocd-notifications.name" . }}-bot
|
name: {{ include "argocd-notifications.name" . }}-bot
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: {{ include "argocd-notifications.bots.slack.serviceAccountName" . }}
|
name: {{ include "argocd-notifications.bots.slack.serviceAccountName" . }}
|
||||||
|
|
|
@ -10,4 +10,4 @@ spec:
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
{{- include "argocd-notifications.bots.slack.selectorLabels" . | nindent 4 }}
|
{{- 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" . }}
|
name: {{ include "argocd-notifications.bots.slack.serviceAccountName" . }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "argocd-notifications.bots.slack.labels" . | nindent 4 }}
|
{{- include "argocd-notifications.bots.slack.labels" . | nindent 4 }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue