chore: Remove Kubernetes configuration directory from project structure
This commit is contained in:
parent
0421a315eb
commit
9f3564ab2a
|
|
@ -66,8 +66,6 @@ graph TD
|
||||||
│ ├── docker-compose.yaml # Local orchestration for dev environment
|
│ ├── docker-compose.yaml # Local orchestration for dev environment
|
||||||
│ ├── requirements.txt # Python dependencies for Docker
|
│ ├── requirements.txt # Python dependencies for Docker
|
||||||
│ └── .dockerignore # Docker ignore files
|
│ └── .dockerignore # Docker ignore files
|
||||||
├── kubernetes/
|
|
||||||
│ └── kubeconfig.yaml # Kubernetes cluster configuration
|
|
||||||
├── scripts/
|
├── scripts/
|
||||||
│ └── pipelines/
|
│ └── pipelines/
|
||||||
│ ├── flows/ # Processing pipelines
|
│ ├── flows/ # Processing pipelines
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue