Add the namespace
This commit is contained in:
@@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: apps
|
namespace: apps
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- whoami
|
- whoami
|
||||||
4
apps/namespace.yaml
Normal file
4
apps/namespace.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: apps
|
||||||
Reference in New Issue
Block a user