stream logs through standard input and new remote client cli command
parent
d92ce4dc13
commit
83491d9e75
|
@ -3831,7 +3831,7 @@ class KubernetesStorage {
|
|||
if (process.env['CLOUD_RUNNER_MINIKUBE']) {
|
||||
const hostPathVolume = {
|
||||
metadata: {
|
||||
name: ``,
|
||||
name: `${pvcName}-volume`,
|
||||
labels: {
|
||||
type: `local`,
|
||||
},
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -101,7 +101,7 @@ class KubernetesStorage {
|
|||
if (process.env['CLOUD_RUNNER_MINIKUBE']) {
|
||||
const hostPathVolume = {
|
||||
metadata: {
|
||||
name: ``,
|
||||
name: `${pvcName}-volume`,
|
||||
labels: {
|
||||
type: `local`,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue