mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
stream logs through standard input and new remote client cli command
This commit is contained in:
parent
76e8818089
commit
9e7fad6a8a
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
@ -108,7 +108,7 @@ class KubernetesStorage {
|
||||
},
|
||||
spec: {
|
||||
storageClassName: `manual`,
|
||||
capacity: { storage: `10Gi` },
|
||||
capacity: { storage: `5Gi` },
|
||||
accessModes: ['ReadWriteOnce'],
|
||||
hostPath: { path: `/data/${pvcName}` },
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user