From f7657a39a1a17d0508b4d38e5382e87436cc52eb Mon Sep 17 00:00:00 2001 From: Chris Pressland Date: Thu, 19 Aug 2021 17:23:37 +0100 Subject: [PATCH] Added kustomization file to manifests, to avoid `00` naming --- manifest/kustomization.yaml | 4 ++++ manifest/{00namespace.yaml => namespace.yaml} | 0 2 files changed, 4 insertions(+) create mode 100644 manifest/kustomization.yaml rename manifest/{00namespace.yaml => namespace.yaml} (100%) diff --git a/manifest/kustomization.yaml b/manifest/kustomization.yaml new file mode 100644 index 0000000..cffbef1 --- /dev/null +++ b/manifest/kustomization.yaml @@ -0,0 +1,4 @@ +resources: + - namespace.yaml + - deployment.yaml + - rbac.yaml diff --git a/manifest/00namespace.yaml b/manifest/namespace.yaml similarity index 100% rename from manifest/00namespace.yaml rename to manifest/namespace.yaml