Skip to content

Commit b8fc1b8

Browse files
committed
fix: remove empty vault key
1 parent 26615eb commit b8fc1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/jx-requirements.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ingress:
2020
%{ if tls_secret_name != ""}secretName: ${tls_secret_name}%{ endif }
2121
%{ if use_vault }
2222
secretStorage: vault
23-
vault:
2423
%{ if external_vault }
24+
vault:
2525
url: ${vault_url}
2626
%{ endif }
2727
%{ endif }

0 commit comments

Comments
 (0)