From fc860747fdf755e083629170662b8d74a01dbe66 Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Fri, 6 Jun 2025 11:34:30 +0200 Subject: [PATCH] feat(forgejo,argocd): Fixed the Forgejo ingress and moved argocd and forgejo ingresses into the argocd and forgejo application manifests folder --- template/stacks/core/argocd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/stacks/core/argocd.yaml b/template/stacks/core/argocd.yaml index 3e9d1b1..aa0c3d7 100644 --- a/template/stacks/core/argocd.yaml +++ b/template/stacks/core/argocd.yaml @@ -30,3 +30,6 @@ spec: - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD ref: values + - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} + targetRevision: HEAD + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/core/argocd/manifests" \ No newline at end of file