Remove service image overrides from kustomization - use base manifest tags [skip ci]
This commit is contained in:
@@ -79,8 +79,8 @@ spec:
|
||||
git config --global --add safe.directory "$(workspaces.source.path)"
|
||||
|
||||
# Clone the main repository (not a separate gitops repo)
|
||||
# Use internal cluster DNS which works in all environments
|
||||
REPO_URL="https://${GIT_USERNAME}:${GIT_PASSWORD}@gitea-http.gitea.svc.cluster.local:3000/bakery-admin/bakery-ia.git"
|
||||
# Use external HTTPS URL via ingress for reliable TLS connectivity
|
||||
REPO_URL="https://${GIT_USERNAME}:${GIT_PASSWORD}@gitea.bakewise.ai/bakery-admin/bakery-ia.git"
|
||||
git clone "$REPO_URL" /tmp/gitops
|
||||
|
||||
cd /tmp/gitops
|
||||
|
||||
Reference in New Issue
Block a user