Skip to content

Commit 3251d45

Browse files
KrisM4cborchero
andauthored
Removed the indentation of solvers variable (#55)
* Removed the indentation of solvers variable * Change `indent` to `nindent` Co-authored-by: Oliver Borchert <[email protected]> Co-authored-by: Oliver Borchert <[email protected]>
1 parent 267af5c commit 3251d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/issuer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ spec:
1010
privateKeySecretRef:
1111
name: {{ .Release.Name }}-letsencrypt-issuer
1212
solvers:
13-
{{ toYaml .Values.certificateIssuer.solvers | indent 6 }}
13+
{{ toYaml .Values.certificateIssuer.solvers | nindent 6 }}
1414
{{ end }}

0 commit comments

Comments
 (0)