Compare commits

..

1 Commits

Author SHA1 Message Date
Morten Olsen
8591e4e2d3 Added storage provisioner 2025-08-11 11:01:48 +02:00

View File

@@ -17,7 +17,7 @@ class StorageProvider {
this.#services = services;
const watchService = this.#services.get(WatcherService);
this.#watcher = watchService.create({
path: 'api/v1/persistantvolumeclaims',
path: '/api/v1/persistantvolumeclaims',
list: (k8s) =>
k8s.api.listPersistentVolumeClaimForAllNamespaces({
labelSelector: LABEL_SELECTOR,