Skip to content

Commit

Permalink
Merge pull request #214 from jfilipcz/add-ignore-ssl-for-argocd-repo-…
Browse files Browse the repository at this point in the history
…credentials

Add an explicit repositories definitions in ArgoCD CR
  • Loading branch information
springdo authored Sep 22, 2022
2 parents b2f83cb + 0c3a320 commit 318c978
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/1-the-manual-menace/2-argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,16 @@ When something is seen as not matching the required state in Git, an application
namespaces:
- ${TEAM_NAME}-ci-cd
argocd_cr:
repositoryCredentials: |
- url: https://${GIT_SERVER}
initialRepositories: |
- url: https://${GIT_SERVER}/${TEAM_NAME}/tech-exercise.git
type: git
passwordSecret:
key: password
name: git-auth
usernameSecret:
key: username
name: git-auth
insecure: true
EOF
```
Expand Down

0 comments on commit 318c978

Please sign in to comment.