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 = [
|
depends_on = [
|
||||||
kubernetes_namespace.argocd,
|
kubernetes_namespace.argocd
|
||||||
kubernetes_manifest.wildcard_cert
|
|
||||||
]
|
]
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
@@ -73,7 +72,7 @@ resource "kubernetes_manifest" "argocd_project" {
|
|||||||
}
|
}
|
||||||
spec = {
|
spec = {
|
||||||
sourceRepos = [
|
sourceRepos = [
|
||||||
"https://forgejo.forge.riotpiao.homelab.com/rock/*"
|
"https://forgejo.riotpiao.homelab.com/riotpiao.com/*"
|
||||||
]
|
]
|
||||||
destinations = [
|
destinations = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user