[CONFIG-001] Update ArgoCD manifests to use HTTPS (fix)
Some checks failed
CD - Build & Deploy / build-and-push (push) Has been cancelled
CD - Build & Deploy / package-helm (push) Has been cancelled
CD - Build & Deploy / deploy-staging (push) Has been cancelled
CD - Build & Deploy / deploy-production (push) Has been cancelled
CD - Build & Deploy / release (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / security (push) Has been cancelled

- Changed repository URL from SSH to HTTPS
- Updated documentation with HTTPS instructions
This commit is contained in:
Ehsan.Asadi
2025-12-26 16:11:28 +03:30
parent 8a924f6091
commit c8c9b7a6eb
3 changed files with 6 additions and 6 deletions

View File

@@ -18,10 +18,10 @@ This directory contains ArgoCD Application manifests for deploying Peikarband to
### 1. Add Git Repository to ArgoCD
```bash
# For SSH
argocd repo add git@git.peikarband.ir:ehsan-minadd/peikarband.git \
--ssh-private-key-path ~/.ssh/id_rsa \
--insecure-skip-server-verification
# For HTTPS with token
argocd repo add https://git.peikarband.ir/ehsan-minadd/peikarband.git \
--username YOUR_USERNAME \
--password YOUR_ACCESS_TOKEN
# Or using argocd UI: Settings → Repositories → Connect Repo
```