From 970b946226b54bbc89d4c5e0911f8a5d1b974b70 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 22 May 2024 17:58:01 -0400 Subject: [PATCH] fix(openebs): use correct namespace name for openebs --- cluster/core/storage/openebs/namespace.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/core/storage/openebs/namespace.yaml b/cluster/core/storage/openebs/namespace.yaml index ad0d51d..a16639e 100644 --- a/cluster/core/storage/openebs/namespace.yaml +++ b/cluster/core/storage/openebs/namespace.yaml @@ -1,6 +1,6 @@ apiVersion: v1 kind: Namespace metadata: - name: openebs + name: openebs-system labels: - name: openebs \ No newline at end of file + name: openebs-system \ No newline at end of file