From 08619162d46cb31e032ff2c227dbe7cd932eefd3 Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Thu, 26 Mar 2020 22:55:44 -0400 Subject: [PATCH] removing namespaces --- helm-socks-frontend/templates/namespace.yaml | 4 ---- helm-socks-frontend/templates/tests/failure.yaml | 1 - helm-socks-frontend/templates/tests/test-namespace.yaml | 4 ---- 3 files changed, 9 deletions(-) delete mode 100644 helm-socks-frontend/templates/namespace.yaml delete mode 100644 helm-socks-frontend/templates/tests/test-namespace.yaml diff --git a/helm-socks-frontend/templates/namespace.yaml b/helm-socks-frontend/templates/namespace.yaml deleted file mode 100644 index 576ac1b..0000000 --- a/helm-socks-frontend/templates/namespace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: {{ include "helm-socks-frontend.fullname" . }} diff --git a/helm-socks-frontend/templates/tests/failure.yaml b/helm-socks-frontend/templates/tests/failure.yaml index b70f24f..b2ecd4f 100644 --- a/helm-socks-frontend/templates/tests/failure.yaml +++ b/helm-socks-frontend/templates/tests/failure.yaml @@ -5,7 +5,6 @@ metadata: annotations: helm.sh/hook: test-failure helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded - namespace: {{ include "helm-socks-frontend.fullname" . }}-tests spec: template: spec: diff --git a/helm-socks-frontend/templates/tests/test-namespace.yaml b/helm-socks-frontend/templates/tests/test-namespace.yaml deleted file mode 100644 index 8dabd95..0000000 --- a/helm-socks-frontend/templates/tests/test-namespace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: {{ include "helm-socks-frontend.fullname" . }}-tests