We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858d6d8 commit b017bbeCopy full SHA for b017bbe
README.md
@@ -1,4 +1,8 @@
1
-Git source for applications
+# CSDP-SalesDemo_Applications
2
+Git source for ArgoCD application defintions
3
-`cf git-source create csdp-salesdemo-${environment} applications --git-src-repo https://github.com/codefresh-contrib/csdp-salesdemo_applications.git/argocd/${environment} --git-token <token>`
4
+Adding this git source:
5
+```bash
6
+cf git-source create csdp-salesdemo-${environment} applications --git-src-repo https://github.com/codefresh-contrib/csdp-salesdemo_applications.git/argocd/${environment} --git-token <token>
7
+```
8
where 'environment' = 'dev', 'stage', or 'prod-east'
0 commit comments