diff --git a/basic/infrastructure/namespaces/kustomization.yaml b/basic/infrastructure/namespaces/kustomization.yaml
deleted file mode 100644
index cf9152dab165a2da2a0d1ff4251b6c18b9aa04ce..0000000000000000000000000000000000000000
--- a/basic/infrastructure/namespaces/kustomization.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-apiVersion: kustomize.config.k8s.io/v1beta1
-kind: Kustomization
-resources:
-  - stackspout.yaml
diff --git a/basic/overrides/cluster-issuer-staging.yaml b/basic/overrides/cluster-issuer-staging.yaml
deleted file mode 100644
index c1e38a67e6770795ae0cae149eb3cf7c2efd323d..0000000000000000000000000000000000000000
--- a/basic/overrides/cluster-issuer-staging.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-apiVersion: cert-manager.io/v1
-kind: ClusterIssuer
-metadata:
-  name: letsencrypt-issuer-staging
-spec:
-  acme:
-    email: ${admin_email}
-    # overwrite this to "https://acme-staging-v02.api.letsencrypt.org/directory" for staging
-    server: "https://acme-staging-v02.api.letsencrypt.org/directory"
-    privateKeySecretRef:
-      # Secret resource used to store the account's private key.
-      name: letsencrypt-account-key
-    # Enable the HTTP01 challenge mechanism for this Issuer
-    solvers:
-    - http01:
-        ingress:
-          class: nginx
diff --git a/basic/overrides/stackspin-zulip-override.yaml b/basic/overrides/stackspin-zulip-override.yaml
deleted file mode 100644
index 3403512207d1bfe3e7e808988bd50ea387b48ad4..0000000000000000000000000000000000000000
--- a/basic/overrides/stackspin-zulip-override.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
----
-apiVersion: v1
-kind: ConfigMap
-metadata:
-  namespace: stackspin-apps
-  name: stackspin-zulip-override
-data:
-  values.yaml: |
-    zulip:
-      environment:
-        SETTING_AUTHENTICATION_BACKENDS: '("zproject.backends.GenericOpenIdConnectBackend", "zproject.backends.EmailAuthBackend")'