this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: use Temporal to trigger platform workflow

Khue Doan 735f4a31 5ddd07e0

+9 -5
+8 -5
Makefile
··· 3 3 4 4 env ?= local 5 5 6 - default: infra 6 + default: infra platform 7 7 8 8 compose: 9 9 docker compose up --build --detach ··· 15 15 --type Infra \ 16 16 --input '{ "url": "https://github.com/khuedoan/cloudlab", "revision": "master", "oldRevision": "790763a8166e306f34559870c60e818505117e6b", "stack": "local" }' 17 17 18 + platform: 19 + # TODO multiple env 20 + temporal workflow start \ 21 + --task-queue cloudlab \ 22 + --type Platform \ 23 + --input '{ "url": "https://github.com/khuedoan/cloudlab", "revision": "master", "registry": "registry.127.0.0.1.sslip.io", "cluster": "local" }' 24 + 18 25 apps: 19 26 # TODO auto bootstrap 20 27 kubectl apply --server-side=true --namespace argocd --filename apps/${env} 21 - 22 - platform: 23 - # TODO auto bootstrap 24 - kubectl apply --server-side=true --namespace argocd --filename platform/${env} 25 28 26 29 test: 27 30 cd controller && go test ./...
+1
infra/local/cluster/.terraform.lock.hcl
··· 6 6 constraints = "0.0.12" 7 7 hashes = [ 8 8 "h1:Z20ggDhtPcOdAh5e94Kc+Sq7NkeHwQRKx4Llb7gUT+o=", 9 + "h1:pgW0sSuX0QATTpPVIytOsMlXaDJ/pHpg6rFnar3jJNw=", 9 10 "zh:57cce978c77dc5505d902e3ba3b1ea61d85db82465a232c71f4821052cd81246", 10 11 "zh:8a703d08584e2f53aa2492944e1eae1c432617a060529151d3dfb57c99343250", 11 12 "zh:90d76a028be359065bcd295ec591c6a05df531dd2d7d035f4ab8f23e7d83df2a",