From 1b5b620cde8064892522849d5e9380046e40cca8 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Wed, 29 Apr 2026 20:48:27 +0200 Subject: add hello-world test app --- apps/hello-world/namespace.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/hello-world/namespace.yaml (limited to 'apps/hello-world/namespace.yaml') diff --git a/apps/hello-world/namespace.yaml b/apps/hello-world/namespace.yaml new file mode 100644 index 0000000..3f02339 --- /dev/null +++ b/apps/hello-world/namespace.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: Namespace +metadata: + name: hello-world +... -- cgit v1.2.3