Add the namespace

This commit is contained in:
2024-08-04 00:36:53 +01:00
parent 69d7eacfa2
commit d2ae298311
2 changed files with 5 additions and 0 deletions

View File

@@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: apps
resources:
- namespace.yaml
- whoami

4
apps/namespace.yaml Normal file
View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: apps