Fix yamllint error 'trailing spaces'

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

View File

@ -174,7 +174,7 @@ rules:
verbs:
- get
resourceNames:
{{/* for HTTP templates */}}
{{- /* for HTTP templates */}}
- argo-workflows-agent-ca-certificates
{{- with .Values.controller.rbac.secretWhitelist }}
- apiGroups:

View File

@ -106,7 +106,8 @@ spec:
- name: {{ .Values.controller.metricsConfig.portName }}
containerPort: {{ .Values.controller.metricsConfig.port }}
- containerPort: 6060
livenessProbe: {{ .Values.controller.livenessProbe | toYaml | nindent 12 }}
livenessProbe:
{{- .Values.controller.livenessProbe | toYaml | nindent 12 }}
{{- with .Values.controller.extraContainers }}
{{- toYaml . | nindent 8 }}
{{- end }}