From e0fa2e767b725b567ec26865f2431a03aed283f6 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Wed, 7 Aug 2024 17:22:27 +0300 Subject: [PATCH] wip: Wed Aug 7 17:22:27 +03 2024 --- charts/cf-runtime/templates/runtime/runtime-env-spec-tmpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cf-runtime/templates/runtime/runtime-env-spec-tmpl.yaml b/charts/cf-runtime/templates/runtime/runtime-env-spec-tmpl.yaml index 54b5b046..fcf91c47 100644 --- a/charts/cf-runtime/templates/runtime/runtime-env-spec-tmpl.yaml +++ b/charts/cf-runtime/templates/runtime/runtime-env-spec-tmpl.yaml @@ -23,7 +23,7 @@ initContainers: - | set -eou xtrace DIRECTORY=/home/rootless/.local/share/docker/ - chown 1000:1000 "$DIRECTORY" + chown -R 1000:1000 "$DIRECTORY" securityContext: {{ .Values.runtime.dind.volumePermissions.securityContext | toYaml | nindent 6 }} resources: {{ .Values.runtime.dind.volumePermissions.resources | toYaml | nindent 6 }} volumeMounts: