From aff7297d11b5afda0cd570c21cf027b1435b137f Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Sun, 31 Oct 2021 23:00:22 -0700 Subject: [PATCH] Add namespace --- kustomize.yaml | 1 + namespace.yaml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 namespace.yaml diff --git a/kustomize.yaml b/kustomize.yaml index 5584925..a81e879 100644 --- a/kustomize.yaml +++ b/kustomize.yaml @@ -1,4 +1,5 @@ resources: +- namespace.yaml - credentials.yaml - jenkins-volume.yaml - jenkins.yaml diff --git a/namespace.yaml b/namespace.yaml new file mode 100644 index 0000000..719c8dd --- /dev/null +++ b/namespace.yaml @@ -0,0 +1,5 @@ +--- +kind: Namespace +apiVersion: v1 +metadata: + name: jenkins \ No newline at end of file