From ab52e540b50843781f49b7901859ab5f7c00b0c0 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 27 Jun 2024 09:51:47 +1000 Subject: [PATCH] add namespace local-path-storage --- .../namespaces/namespaces/local-path-storage.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 kubernetes/infrastructure/namespaces/namespaces/local-path-storage.yaml diff --git a/kubernetes/infrastructure/namespaces/namespaces/local-path-storage.yaml b/kubernetes/infrastructure/namespaces/namespaces/local-path-storage.yaml new file mode 100644 index 0000000..b1222ff --- /dev/null +++ b/kubernetes/infrastructure/namespaces/namespaces/local-path-storage.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: local-path-storage