fix
This commit is contained in:
parent
2f34a9aad3
commit
cb8ddb5e4c
@ -499,7 +499,7 @@ spec:
|
||||
git push origin main || git push origin master
|
||||
|
||||
echo "Git repository created and pushed successfully"
|
||||
echo "Repository URL: $GITEA_URL/giteaAdmin/$REPO_NAME"
|
||||
echo "Repository URL: $GITEA_URL/$GITEA_USER/$REPO_NAME"
|
||||
- inputs:
|
||||
parameters:
|
||||
- name: namespace
|
||||
@ -556,7 +556,7 @@ spec:
|
||||
|
||||
# Create ArgoCD application
|
||||
argocd app create "$NAMESPACE-environment" \
|
||||
--repo "$GITEA_URL/giteaAdmin/$REPO_NAME.git" \
|
||||
--repo "$GITEA_URL/$GITEA_USER/$REPO_NAME.git" \
|
||||
--path manifests \
|
||||
--dest-server https://kubernetes.default.svc \
|
||||
--dest-namespace $NAMESPACE \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user