fix(main): use full podman.sock path not only user id

This commit is contained in:
Stephan Lüscher 2024-04-30 09:19:31 +00:00
parent 8a8b396e8d
commit d93122baf1
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
2 changed files with 14 additions and 14 deletions

View file

@ -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: