diff --git a/base/kustomization.yaml b/base/kustomization.yaml index 9406352..332b539 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -1,5 +1,4 @@ resources: - - namespace.yaml - backend/backend-deployment.yaml - backend/be-networkpolicy.yaml - frontend/frontend-deployment.yaml diff --git a/base/namespace.yaml b/base/namespace.yaml deleted file mode 100644 index 2db31bb..0000000 --- a/base/namespace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: intern-workspace \ No newline at end of file