Skip to content

Commit b0dea59

Browse files
committed
fix: make template more readable
1 parent 5aa2a37 commit b0dea59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/jx-requirements.yml.tpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ spec:
1717
email: "${tls_email}"
1818
enabled: ${enable_tls}
1919
production: ${use_production_letsencrypt}
20-
%{ if tls_secret_name != ""}secretName: ${tls_secret_name}%{ endif }
20+
%{ if tls_secret_name != ""}
21+
secretName: ${tls_secret_name}
22+
%{ endif }
2123
%{ if use_vault }
2224
secretStorage: vault
2325
%{ if external_vault }

0 commit comments

Comments
 (0)