Quote some leftovers

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2023-10-18 17:18:25 +02:00
parent aab0f51196
commit c2c662dcb9
2 changed files with 2 additions and 2 deletions

View File

@@ -26,6 +26,6 @@ command:
exec: "cd /var/log/containers && echo '{\"time\": \"2022-07-29T11:33:47.408955753Z\", \"data\": \"zwiebel\"}' > {{.}} && sleep 90 && find . -name \"*fluentd-0*\" -exec tail -n 500 {} \\;"
exit-status: 0
stdout:
- {{.}}
- "{{.}}"
timeout: 120000
{{end}}

View File

@@ -18,7 +18,7 @@ file:
exists: true
group: root
contents:
- {{ toJson .Vars.extraConfiguration }}
- "{{ toJson .Vars.extraConfiguration }}"
command:
{{- $uid := .Vars.containerSecurityContext.runAsUser }}
{{- $gid := .Vars.podSecurityContext.fsGroup }}