fix(likec4): resolved likec4 validation error
Some checks failed
build / build (push) Failing after 57s
ci / build (push) Successful in 58s

This commit is contained in:
Stephan Lo 2025-12-19 10:05:34 +01:00
parent 97c7d647d1
commit ca8931d5f6
2 changed files with 97 additions and 99 deletions

View file

@ -15,11 +15,11 @@ deployment {
description 'CI/CD orchestration for Forgejo' description 'CI/CD orchestration for Forgejo'
} }
instanceOf edp.garm { garmContainer = instanceOf edp.garm {
description 'GARM container with runner orchestration' description 'GARM container with runner orchestration'
} }
instanceOf edp.garm.garm { garmService = instanceOf edp.garm.garm {
description 'GARM - Runner lifecycle manager' description 'GARM - Runner lifecycle manager'
} }
@ -40,7 +40,7 @@ deployment {
instanceOf forgejoRunner { instanceOf forgejoRunner {
description 'Ephemeral Forgejo Actions runner' description 'Ephemeral Forgejo Actions runner'
-> otcKubernetes.edpCluster.forgejo 'registers with and picks up jobs' -> otcKubernetes.edpCluster.forgejo 'registers with and picks up jobs'
-> otcKubernetes.edpCluster.garm 'retrieves bootstrap information' -> otcKubernetes.edpCluster.garmService 'retrieves bootstrap information'
} }
} }
} }

File diff suppressed because one or more lines are too long