diff --git a/kustomization.yaml b/kustomization.yaml index d0df928..fd9078a 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -4,7 +4,6 @@ kind: Kustomization namespace: irc resources: - - namespace.yaml # Uncomment if storing configuration in the repo # - configmap.yaml - ./thelounge diff --git a/namespace.yaml b/namespace.yaml deleted file mode 100644 index fdbf70a..0000000 --- a/namespace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: irc