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
83491d9e75
commit
d1a2969bf6
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.
@ -110,7 +110,7 @@ class KubernetesStorage {
|
|||||||
storageClassName: `manual`,
|
storageClassName: `manual`,
|
||||||
capacity: { storage: `10Gi` },
|
capacity: { storage: `10Gi` },
|
||||||
accessModes: ['ReadWriteOnce'],
|
accessModes: ['ReadWriteOnce'],
|
||||||
hostPath: { path: `/data` },
|
hostPath: { path: `/data/${pvcName}` },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
await kubeClient.createPersistentVolume(hostPathVolume);
|
await kubeClient.createPersistentVolume(hostPathVolume);
|
||||||
|
Loading…
Reference in New Issue
Block a user