From afc51f3766812f5f4632aa7ac9e0e51ebd5a0037 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Wed, 15 Oct 2025 07:01:52 +0530 Subject: [PATCH] add tools ns --- clusters/default/tools/namespace.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 clusters/default/tools/namespace.yml diff --git a/clusters/default/tools/namespace.yml b/clusters/default/tools/namespace.yml new file mode 100644 index 0000000..6deb3ca --- /dev/null +++ b/clusters/default/tools/namespace.yml @@ -0,0 +1,7 @@ +--- +kind: Namespace +apiVersion: v1 +metadata: + name: tools + labels: + name: tools