Skip to content

Commit

Permalink
Don't overtrim whitespace in template that leading 3 dash or multple …
Browse files Browse the repository at this point in the history
…manifest (#4587)

Signed-off-by: hungran <[email protected]>
  • Loading branch information
hungran authored Sep 10, 2023
1 parent afc4ac5 commit cab88c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/piped/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ metadata:
{{- end }}

---
{{- if .Values.rbac.create -}}
{{- if eq .Values.rbac.scope "cluster" -}}
{{ if .Values.rbac.create -}}
{{ if eq .Values.rbac.scope "cluster" -}}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
Expand Down

0 comments on commit cab88c5

Please sign in to comment.