chore: 🔧 Update repository URLs to use environment variable

Replace hardcoded repository URLs with placeholders for the environment variable `CLIENT_REPO_DOMAIN` for better flexibility and configuration management.

This change enhances the deployment process by allowing the base URL to be configured dynamically.
This commit is contained in:
Daniel Sy 2025-07-22 15:39:18 +02:00
parent 2848e7d1cb
commit 5fb6c72604
Signed by untrusted user who does not match committer: danielsy
GPG key ID: 1F39A8BBCD2EE3D3
4 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ spec:
name: in-cluster
namespace: argocd
sources:
- repoURL: https://edp.buildth.ing/DevFW-CICD/argocd-helm.git
- repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/DevFW-CICD/argocd-helm.git
path: charts/argo-cd
# TODO: RIRE Can be updated when https://github.com/argoproj/argo-cd/issues/20790 is fixed and merged
# As logout make problems, it is suggested to switch from path based routing to an own argocd domain,