mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-18 07:35:49 +03:00
fix(main): use full podman.sock path not only user id
This commit is contained in:
parent
8a8b396e8d
commit
d93122baf1
2 changed files with 14 additions and 14 deletions
|
@ -19,7 +19,7 @@ spec:
|
|||
volumes:
|
||||
- name: podman-socket
|
||||
hostPath:
|
||||
path: /run/user/${FORGE_HOST_UID}/podman/podman.sock
|
||||
path: ${FORGE_PODMAN_SOCKET_PATH}
|
||||
type: Socket
|
||||
- name: ublue-os_forge-certs-pvc
|
||||
persistentVolumeClaim:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue