stream logs through standard input and new remote client cli command

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

2
dist/index.js generated vendored
View File

@ -3840,7 +3840,7 @@ class KubernetesStorage {
storageClassName: `manual`,
capacity: { storage: `10Gi` },
accessModes: ['ReadWriteOnce'],
hostPath: { path: `/data` },
hostPath: { path: `/data/${pvcName}` },
},
};
await kubeClient.createPersistentVolume(hostPathVolume);

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -110,7 +110,7 @@ class KubernetesStorage {
storageClassName: `manual`,
capacity: { storage: `10Gi` },
accessModes: ['ReadWriteOnce'],
hostPath: { path: `/data` },
hostPath: { path: `/data/${pvcName}` },
},
};
await kubeClient.createPersistentVolume(hostPathVolume);