stream logs through standard input and new remote client cli command

pull/531/head
Frostebite 2023-06-05 22:10:17 +01:00
parent d92ce4dc13
commit 83491d9e75
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

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

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

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