Skip to content

Commit

Permalink
wip: Wed Aug 7 17:22:27 +03 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Aug 7, 2024
1 parent dccdc8f commit e0fa2e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0fa2e7

Please sign in to comment.