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