mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
quote secrets for template
This commit is contained in:
@@ -26,7 +26,7 @@ spec:
|
||||
{{ fail "Environment variables are not set. Please set all environment variables to continue." }}
|
||||
{{ end }}
|
||||
- name: {{ $key }}
|
||||
value: {{ $value }}
|
||||
value: {{ quote $value }}
|
||||
{{- end }}
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user