Change mount for buildkitd.
This commit is contained in:
parent
7ee31a1852
commit
e2ee912556
@ -88,7 +88,7 @@ spec:
|
|||||||
chmod +x /home/user/.config/buildkit/entrypoint.sh
|
chmod +x /home/user/.config/buildkit/entrypoint.sh
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: buildkitd
|
- name: buildkitd
|
||||||
mountPath: /home/user/.local/share/buildkit
|
mountPath: /home/user/.local/share/buildkittwo
|
||||||
- name: buildkitd-toml
|
- name: buildkitd-toml
|
||||||
mountPath: /home/user/.config/buildkit
|
mountPath: /home/user/.config/buildkit
|
||||||
securityContext:
|
securityContext:
|
||||||
@ -113,7 +113,7 @@ spec:
|
|||||||
- $(params.EXTRA_ARGS)
|
- $(params.EXTRA_ARGS)
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: buildkitd
|
- name: buildkitd
|
||||||
mountPath: /home/user/.local/share/buildkit
|
mountPath: /home/user/.local/share/buildkittwo
|
||||||
- name: buildkitd-toml
|
- name: buildkitd-toml
|
||||||
mountPath: /home/user/.config/buildkit
|
mountPath: /home/user/.config/buildkit
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user