From 03467ec94777caf06ff5c7a596a2437536105ba7 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 22 May 2026 11:17:29 -0400 Subject: [PATCH] chore(irc): remove namespace, now managed by infra repo Co-Authored-By: Claude Sonnet 4.6 (1M context) --- kustomization.yaml | 1 - namespace.yaml | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 namespace.yaml 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