mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa0abfb443 |
@@ -79,4 +79,4 @@ const customResourceService = services.get(CustomResourceService);
|
|||||||
customResourceService.register(...customResources);
|
customResourceService.register(...customResources);
|
||||||
|
|
||||||
await customResourceService.install(true);
|
await customResourceService.install(true);
|
||||||
// await customResourceService.watch();
|
await customResourceService.watch();
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ class StorageProvider {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const target = `/data/volumes/${pvc.namespace}/${pvc.name}`;
|
const target = `/data/volumes/${pvc.namespace}/${pvc.name}`;
|
||||||
console.log('TARGET: ', target);
|
|
||||||
try {
|
try {
|
||||||
await mkdir(target, { recursive: true });
|
await mkdir(target, { recursive: true });
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user