aboutsummaryrefslogtreecommitdiff
path: root/apps/hello-world/namespace.yaml
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2026-04-29 20:48:27 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2026-04-29 20:48:27 +0200
commit1b5b620cde8064892522849d5e9380046e40cca8 (patch)
treea3ed0c27246f0edff408b222c1103b5c4d06a8f8 /apps/hello-world/namespace.yaml
parentc972bb0285d52916403e880a8790c01d9e582a39 (diff)
add hello-world test appHEADmain
Diffstat (limited to 'apps/hello-world/namespace.yaml')
-rw-r--r--apps/hello-world/namespace.yaml6
1 files changed, 6 insertions, 0 deletions
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
+...