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