Skip to content

Commit 8db6246

Browse files
authored
Merge pull request #2473 from keboola/kacurez-PAT-876-delete-templates-api-provisioning
chore: remove legacy templates-api production provisioning
2 parents f8d3d53 + ddf8c04 commit 8db6246

32 files changed

Lines changed: 2 additions & 1015 deletions

.github/workflows/release-service-templates.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
uses: ./.github/workflows/test-e2e-service-templates.yml
4545
with:
4646
without-cache: true
47-
test-k8s-service-templates:
48-
name: "K8S: Templates"
49-
secrets: inherit
50-
uses: ./.github/workflows/test-k8s-service-templates.yml
5147
build-and-push-api-image:
5248
name: "Build & Push API Image"
5349
runs-on: ubuntu-latest
@@ -57,7 +53,6 @@ jobs:
5753
- test-lint
5854
- test-unit
5955
- test-e2e-service-templates
60-
- test-k8s-service-templates
6156
steps:
6257
- name: Checkout
6358
uses: actions/checkout@v5

.github/workflows/test-k8s-service-templates.yml

Lines changed: 0 additions & 240 deletions
This file was deleted.

docs/development.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484
8585
This breaks usually the editor as the replace cannot be found in `/newpath`. Therefore be carefull that this works only with docker image and on local you could face issues.
8686

87-
When in `.env` file there are multiple `TEST_KBC_PROJECTS` set up and you switch between the stacks, make sure that you rerun the
87+
When in `.env` file there are multiple `TEST_KBC_PROJECTS` set up and you switch between the stacks, make sure that you rerun the
8888

8989
```
9090
docker compose run --rm -u "$UID:$GID" --service-ports dev bash
@@ -161,8 +161,7 @@ To run Stream Worker locally:
161161
2. Set env var with Keboola stack: `export STREAM_WORKER_STORAGE_API_HOST=connection.keboola.com`
162162
3. In the container run `task run-stream-worker`
163163
164-
See [provisioning/templates-api/README.md](../provisioning/templates-api/README.md) for more details about etcd and running in Minikube.
165-
164+
**Note:** Templates API production deployment is now managed via GitOps. Only `provisioning/templates-api/dev` and `provisioning/templates-api/docker` remain for local development.
166165
**Note:** Stream service production deployment is now managed via GitOps. Only `provisioning/stream/dev` and `provisioning/stream/docker` remain for local development.
167166
168167

provisioning/templates-api/README.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

provisioning/templates-api/aws.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)