chore(provider): More cleanups.
Some checks failed
Go Tests / go-tests (push) Failing after 1m4s

This commit is contained in:
Waldemar 2025-10-23 11:40:39 +02:00
parent 79e75ba819
commit dadb5076f2
Signed by: waldemar.kindler
SSH key fingerprint: SHA256:wlTo/iRV2dOcNfLJPdlwSsLvA1BH+gT9449nlU9sHXo
7 changed files with 10 additions and 164 deletions

View file

@ -3,7 +3,7 @@
Use this project in conjunction with the DevFW-CICD/garm project. (It is assumed that project is cloned to the folder 'garm'.)
Edit the credentials for access to Telekom Edge Cloud and set new Tag:
In the garm project edit the file deploy.yaml:
In the garm project edit the file deploy.yaml:
- Edit the credentials inside the Secret with name 'edge-connect-creds' by setting values (inside stringData.creds.toml) for username and password.
- Edit the Deployment with name 'garm' by setting a new value (inside spec.template.spec.containers[0]) for the image (tag) of the form garm:provider-ec-[new_number].
@ -12,7 +12,7 @@ In the garm project edit the file deploy.yaml:
Use these commands in the current project.
´´´bash
docker buildx build -t edp.buildth.ing/devfw-cicd/garm:provider-ec-[new_number] -f Dockerfile.kaesekuchen --push .
docker buildx build -t edp.buildth.ing/devfw-cicd/garm:provider-ec-[new_number] --push .
kubectl apply -f ../garm/deploy.yaml
´´´
´´´