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 | |
|---|---|---|---|
|
|
8591e4e2d3 |
@@ -17,7 +17,7 @@ class StorageProvider {
|
|||||||
this.#services = services;
|
this.#services = services;
|
||||||
const watchService = this.#services.get(WatcherService);
|
const watchService = this.#services.get(WatcherService);
|
||||||
this.#watcher = watchService.create({
|
this.#watcher = watchService.create({
|
||||||
path: 'api/v1/persistantvolumeclaims',
|
path: '/api/v1/persistantvolumeclaims',
|
||||||
list: (k8s) =>
|
list: (k8s) =>
|
||||||
k8s.api.listPersistentVolumeClaimForAllNamespaces({
|
k8s.api.listPersistentVolumeClaimForAllNamespaces({
|
||||||
labelSelector: LABEL_SELECTOR,
|
labelSelector: LABEL_SELECTOR,
|
||||||
|
|||||||
Reference in New Issue
Block a user