Fix: ArgoCD AppProject sourceRepos for correct forgejo URL
- Changed from forgejo.forge.riotpiao.homelab.com/rock/* to forgejo.riotpiao.homelab.com/riotpiao.com/* - Allows homelab root app to access workload app manifests
This commit is contained in:
@@ -52,8 +52,7 @@ resource "helm_release" "argocd" {
|
||||
]
|
||||
|
||||
depends_on = [
|
||||
kubernetes_namespace.argocd,
|
||||
kubernetes_manifest.wildcard_cert
|
||||
kubernetes_namespace.argocd
|
||||
]
|
||||
|
||||
lifecycle {
|
||||
@@ -73,7 +72,7 @@ resource "kubernetes_manifest" "argocd_project" {
|
||||
}
|
||||
spec = {
|
||||
sourceRepos = [
|
||||
"https://forgejo.forge.riotpiao.homelab.com/rock/*"
|
||||
"https://forgejo.riotpiao.homelab.com/riotpiao.com/*"
|
||||
]
|
||||
destinations = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user