stream logs through standard input and new remote client cli command
parent
76e8818089
commit
9e7fad6a8a
|
@ -3838,7 +3838,7 @@ class KubernetesStorage {
|
|||
},
|
||||
spec: {
|
||||
storageClassName: `manual`,
|
||||
capacity: { storage: `10Gi` },
|
||||
capacity: { storage: `5Gi` },
|
||||
accessModes: ['ReadWriteOnce'],
|
||||
hostPath: { path: `/data/${pvcName}` },
|
||||
},
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -108,7 +108,7 @@ class KubernetesStorage {
|
|||
},
|
||||
spec: {
|
||||
storageClassName: `manual`,
|
||||
capacity: { storage: `10Gi` },
|
||||
capacity: { storage: `5Gi` },
|
||||
accessModes: ['ReadWriteOnce'],
|
||||
hostPath: { path: `/data/${pvcName}` },
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue