mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-25 14:05:03 +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