Browse Source

removing namespaces

pull/45/head
Petti, Ken 5 years ago
parent
commit
08619162d4
  1. 4
      helm-socks-frontend/templates/namespace.yaml
  2. 1
      helm-socks-frontend/templates/tests/failure.yaml
  3. 4
      helm-socks-frontend/templates/tests/test-namespace.yaml

4
helm-socks-frontend/templates/namespace.yaml

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: {{ include "helm-socks-frontend.fullname" . }}

1
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:

4
helm-socks-frontend/templates/tests/test-namespace.yaml

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: {{ include "helm-socks-frontend.fullname" . }}-tests
Loading…
Cancel
Save