created an own variable for domain gitea

This commit is contained in:
Richard Robert Reitz 2025-02-24 23:10:05 +01:00
parent b3306647c9
commit 8c84170ca2
43 changed files with 57 additions and 57 deletions

View file

@ -17,6 +17,6 @@ spec:
destination:
server: "https://kubernetes.default.svc"
source:
repoURL: https://gitea.{{{ .Env.DOMAIN }}}/giteaAdmin/edfbuilder
repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
targetRevision: HEAD
path: "stacks/core/forgejo-runner"