Open
Description
Feature description
Using the following template:
{{- with secret "*" "*" "/" `{"recursive": true, "expandSecretReferences": true}` }}
{{- range . }}
{{ .Key }}="{{ .Value }}"
{{- end }}
{{- end }}
When {{ .Value }}
contains double quotes, it would generate invalid combinations, for example:
"["abc"]"
It would be great if the template could handle this situation.
Why would it be useful?
It won't require user to manually escape them, creating a surprise.
Metadata
Metadata
Assignees
Labels
No labels