Skip to content

Commit

Permalink
fix: helm template indentation character (#11)
Browse files Browse the repository at this point in the history
fix: helm template indentation
  • Loading branch information
leonsteinhaeuser authored Feb 8, 2024
1 parent ec2a651 commit 264795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bootstrap/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
{{- end }}
selector:
matchLabels:
{{- include "%[1]s.selectorLabels" . | nindent 6 }}
{{- include "%[1]s.selectorLabels" . | nindent 6 }}
{{- end }}
`
const networkPolicyTemplate = `{{- if .Values.%[2]s.enabled }}
Expand Down

0 comments on commit 264795e

Please sign in to comment.