[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
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:
@@ -18,10 +18,10 @@ This directory contains ArgoCD Application manifests for deploying Peikarband to
|
|||||||
### 1. Add Git Repository to ArgoCD
|
### 1. Add Git Repository to ArgoCD
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# For SSH
|
# For HTTPS with token
|
||||||
argocd repo add git@git.peikarband.ir:ehsan-minadd/peikarband.git \
|
argocd repo add https://git.peikarband.ir/ehsan-minadd/peikarband.git \
|
||||||
--ssh-private-key-path ~/.ssh/id_rsa \
|
--username YOUR_USERNAME \
|
||||||
--insecure-skip-server-verification
|
--password YOUR_ACCESS_TOKEN
|
||||||
|
|
||||||
# Or using argocd UI: Settings → Repositories → Connect Repo
|
# Or using argocd UI: Settings → Repositories → Connect Repo
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
|
|
||||||
source:
|
source:
|
||||||
repoURL: git@git.peikarband.ir:ehsan-minadd/peikarband.git
|
repoURL: https://git.peikarband.ir/ehsan-minadd/peikarband.git
|
||||||
targetRevision: develop
|
targetRevision: develop
|
||||||
path: helm/peikarband
|
path: helm/peikarband
|
||||||
helm:
|
helm:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
|
|
||||||
source:
|
source:
|
||||||
repoURL: git@git.peikarband.ir:ehsan-minadd/peikarband.git
|
repoURL: https://git.peikarband.ir/ehsan-minadd/peikarband.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: helm/peikarband
|
path: helm/peikarband
|
||||||
helm:
|
helm:
|
||||||
|
|||||||
Reference in New Issue
Block a user