Skip to content

Commit

Permalink
Removed the indentation of solvers variable (#55)
Browse files Browse the repository at this point in the history
* Removed the indentation of solvers variable

* Change `indent` to `nindent`

Co-authored-by: Oliver Borchert <[email protected]>

Co-authored-by: Oliver Borchert <[email protected]>
  • Loading branch information
KrisM4c and borchero authored Dec 30, 2022
1 parent 267af5c commit 3251d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/issuer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
privateKeySecretRef:
name: {{ .Release.Name }}-letsencrypt-issuer
solvers:
{{ toYaml .Values.certificateIssuer.solvers | indent 6 }}
{{ toYaml .Values.certificateIssuer.solvers | nindent 6 }}
{{ end }}

0 comments on commit 3251d45

Please sign in to comment.