Fix yamllint error 'trailing spaces'

Signed-off-by: Yves Schumann <y.schumann@proton.me>
pull/3233/head
Yves Schumann 2025-04-02 15:11:02 +02:00
parent d017bbcecb
commit 15ae18e89c
No known key found for this signature in database
GPG Key ID: 727EC6B385FF7CB9
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
apiVersion: rbac.authorization.k8s.io/v1
{{- if .Values.singleNamespace }}
kind: RoleBinding
{{ else }}
{{- else }}
kind: ClusterRoleBinding
{{- end }}
metadata:
@ -16,7 +16,7 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
{{- if .Values.singleNamespace }}
kind: Role
{{ else }}
{{- else }}
kind: ClusterRole
{{- end }}
name: {{ template "argo-workflows.controller.fullname" . }}