Skip to content

Commit

Permalink
wip: Mon Nov 18 12:02:31 +03 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Nov 18, 2024
1 parent 4852e4a commit 7e955c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ dockerDaemonScheduler:
args:
- -ec
- |
chown -R {{ $dindContext.podSecurityContext.runAsUser }}:{{ $dindContext.podSecurityContext.fsGroup }} /home/rootless/
chown -R {{ $dindContext.podSecurityContext.runAsUser }}:{{ $dindContext.podSecurityContext.fsGroup }} /home/rootless/.local/share/docker
volumeMounts:
- mountPath: /home/rootless/
- mountPath: /home/rootless/.local/share/docker
name: dind
{{- if eq ( toString ( $dindContext.volumePermissions.securityContext.runAsUser )) "auto" }}
securityContext: {{- omit $dindContext.volumePermissions.securityContext "runAsUser" | toYaml | nindent 6 }}
Expand Down

0 comments on commit 7e955c4

Please sign in to comment.