stream logs through standard input and new remote client cli command

pull/531/head
Frostebite 2023-06-05 23:42:49 +01:00
parent 76e8818089
commit 9e7fad6a8a
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -3838,7 +3838,7 @@ class KubernetesStorage {
},
spec: {
storageClassName: `manual`,
capacity: { storage: `10Gi` },
capacity: { storage: `5Gi` },
accessModes: ['ReadWriteOnce'],
hostPath: { path: `/data/${pvcName}` },
},

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -108,7 +108,7 @@ class KubernetesStorage {
},
spec: {
storageClassName: `manual`,
capacity: { storage: `10Gi` },
capacity: { storage: `5Gi` },
accessModes: ['ReadWriteOnce'],
hostPath: { path: `/data/${pvcName}` },
},