Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amilworks authored May 12, 2022
1 parent a0bf3e8 commit 50efe33
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,27 @@ PASSWORD: fboS9Fj-sBwetVyB
```


## Add an Application

For this demonstration, I am using Argo Workflows and ArgoCD to showcase the continuous deployment and management side of ArgoCD. YES, ArgoCD managing itself!

I created a folder `argo-workflows` and got the `quickstart-postgres.yaml` for Argo Workflows into that folder. I also did the same for ArgoCD.

**General Outline**

1. Create Github Repo
2. Clone the repo locally
3. Create a folder for your application deployment `argo-workflows`
4. Go to the ArgoCD UI, Login, and select `+ NEW APP`
5. Name your application, add the github repo, and specify the folder where your manifests live, `argo-workflows`
6. Hit `CREATE`!



```
mkdir argo-workflows
cd argo-workflows
wget https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/quick-start-postgres.yaml
```

![argocd-setup](https://user-images.githubusercontent.com/22850980/168137213-c1aea901-80eb-4ac9-9399-fa1e46e8629d.png)

0 comments on commit 50efe33

Please sign in to comment.