stream logs through standard input and new remote client cli command

This commit is contained in:
Frostebite 2023-06-05 22:10:17 +01:00
parent d92ce4dc13
commit 83491d9e75
3 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -101,7 +101,7 @@ class KubernetesStorage {
if (process.env['CLOUD_RUNNER_MINIKUBE']) {
const hostPathVolume = {
metadata: {
name: ``,
name: `${pvcName}-volume`,
labels: {
type: `local`,
},