From 9f3564ab2a2e4900833caac50f3b1ba63c00d49f Mon Sep 17 00:00:00 2001 From: acano Date: Wed, 11 Mar 2026 17:41:31 +0100 Subject: [PATCH] chore: Remove Kubernetes configuration directory from project structure --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a7c6f6a..4da5d77 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,6 @@ graph TD │ ├── docker-compose.yaml # Local orchestration for dev environment │ ├── requirements.txt # Python dependencies for Docker │ └── .dockerignore # Docker ignore files -├── kubernetes/ -│ └── kubeconfig.yaml # Kubernetes cluster configuration ├── scripts/ │ └── pipelines/ │ ├── flows/ # Processing pipelines