Skip to content

Commit 318c978

Browse files
authored
Merge pull request #214 from jfilipcz/add-ignore-ssl-for-argocd-repo-credentials
Add an explicit repositories definitions in ArgoCD CR
2 parents b2f83cb + 0c3a320 commit 318c978

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: docs/1-the-manual-menace/2-argocd.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,16 @@ When something is seen as not matching the required state in Git, an application
7676
namespaces:
7777
- ${TEAM_NAME}-ci-cd
7878
argocd_cr:
79-
repositoryCredentials: |
80-
- url: https://${GIT_SERVER}
79+
initialRepositories: |
80+
- url: https://${GIT_SERVER}/${TEAM_NAME}/tech-exercise.git
8181
type: git
8282
passwordSecret:
8383
key: password
8484
name: git-auth
8585
usernameSecret:
8686
key: username
8787
name: git-auth
88+
insecure: true
8889
EOF
8990
```
9091

0 commit comments

Comments
 (0)