diff --git a/internal/cluster/orchestrator_longhorn_reconcile.go b/internal/cluster/orchestrator_longhorn_reconcile.go index 7ebfcd3..c666725 100644 --- a/internal/cluster/orchestrator_longhorn_reconcile.go +++ b/internal/cluster/orchestrator_longhorn_reconcile.go @@ -10,6 +10,8 @@ import ( "time" ) +const longhornSystemNamespace = "longhorn-system" + type longhornNodeList struct { Items []longhornNode `json:"items"` }