this repo has no description
0
fork

Configure Feed

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

refactor(argocd): switch back to pull from git

Khue Doan d9cba98d 5f01fab3

+3 -5
+3 -5
infra/.modules/bootstrap/platform.tf
··· 17 17 } 18 18 syncPolicy = local.sync_policy 19 19 source = { 20 - # TODO switch to internal registry 21 - # repoURL = "oci://registry.${var.cluster_domain}/platform" 22 - repoURL = "oci://docker.io/khuedoan/platform-manifests" 23 - targetRevision = var.cluster 24 - path = "." 20 + repoURL = "http://forgejo-http.forgejo.svc.cluster.local:3000/khuedoan/cloudlab" 21 + targetRevision = "master" 22 + path = "platform/${var.cluster}" 25 23 } 26 24 } 27 25 })