Skip to content

Commit

Permalink
fix: remove empty vault key
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Jan 21, 2025
1 parent 26615eb commit b8fc1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/jx-requirements.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ingress:
%{ if tls_secret_name != ""}secretName: ${tls_secret_name}%{ endif }
%{ if use_vault }
secretStorage: vault
vault:
%{ if external_vault }
vault:
url: ${vault_url}
%{ endif }
%{ endif }
Expand Down

0 comments on commit b8fc1b8

Please sign in to comment.