From 28f4c67477b5f3fbbaeeb4028716f595683e9381 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Wed, 17 Dec 2025 06:02:04 -0500 Subject: [PATCH] remove calibre --- bootstrap/apps/kustomization-calibre-web.yaml | 15 --------------- .../namespaces/namespace-calibre-web.yaml | 4 ---- 2 files changed, 19 deletions(-) delete mode 100644 bootstrap/apps/kustomization-calibre-web.yaml delete mode 100644 infrastructure/namespaces/namespace-calibre-web.yaml diff --git a/bootstrap/apps/kustomization-calibre-web.yaml b/bootstrap/apps/kustomization-calibre-web.yaml deleted file mode 100644 index 1dd6130..0000000 --- a/bootstrap/apps/kustomization-calibre-web.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: calibre-web - namespace: flux-system -spec: - interval: 15m - path: ./apps/calibre-web - prune: true # remove any elements later removed from the above path - wait: true - sourceRef: - kind: GitRepository - name: flux-system - dependsOn: - - name: infra-configs diff --git a/infrastructure/namespaces/namespace-calibre-web.yaml b/infrastructure/namespaces/namespace-calibre-web.yaml deleted file mode 100644 index d950ea2..0000000 --- a/infrastructure/namespaces/namespace-calibre-web.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: calibre-web