Skip to content

Commit c05f9eb

Browse files
committed
Update index.md
1 parent 4bb3f0e commit c05f9eb

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

docs/labs/devops/argocd/index.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# ArgoCD Lab
22

33
=== "OpenShift"
4+
## OpenShift
45

5-
## Pre-requisites
6+
### Pre-requisites
67

78
Make sure your environment is setup properly for the lab.
89

910
Check the [Environment Setup](../prerequisites/#environment-setup) page for your setup.
1011

11-
## ArgoCD Installation
12+
### ArgoCD Installation
1213

1314
- Create the namespace `argocd` to install argocd
1415
```bash
@@ -50,7 +51,7 @@
5051
echo ARGOCD_SERVER=$ARGOCD_SERVER
5152
```
5253

53-
## Deploying the app
54+
### Deploying the app
5455

5556
- Login into the UI.
5657
```bash
@@ -104,7 +105,7 @@
104105

105106
![sample app full deployment](../images/sample_app_full_deployment.png)
106107

107-
## Verifying the deployment
108+
### Verifying the deployment
108109

109110
- Access the app to verify if it is correctly deployed.
110111
- List the cloudnativesampleapp-service route
@@ -129,7 +130,7 @@
129130
{"id":2,"content":"Welcome to Cloudnative bootcamp !!! Hello, Carlos :)"}
130131
```
131132

132-
## Using the ArgoCD CLI
133+
### Using the ArgoCD CLI
133134

134135
- Login using the cli.
135136
- Use `admin` as the username and get the password with the following command
@@ -186,19 +187,21 @@
186187
ID DATE REVISION
187188
0 2020-02-12 21:10:32 -0500 EST HEAD (9684037)
188189
```
189-
## References
190+
### References
190191

191192
- [ArgoCD](https://argoproj.github.io/argo-cd/)
192193

193194
=== "Kubernetes"
194-
195-
## Pre-requisites
195+
196+
## Kubernetes
197+
198+
### Pre-requisites
196199

197200
Make sure your environment is setup properly for the lab.
198201

199202
Check the [Environment Setup](../prerequisites/#environment-setup) page for your setup.
200203

201-
## ArgoCD Installation
204+
### ArgoCD Installation
202205

203206
- Create the namespace `argocd` to install argocd
204207
```bash
@@ -285,7 +288,7 @@
285288
```
286289
Then you can access the argocd server locally on port 8080 [http://localhost:8080](http://localhost:8080)
287290

288-
## Deploying the app
291+
### Deploying the app
289292

290293
- Login using the Browser into the UI using `$ARGOCD_URL` or `localhost:8080` if using port-forward
291294
- Use `admin` as the username and get the password with the following command
@@ -336,7 +339,7 @@
336339

337340
![sample app full deployment](../images/sample_app_full_deployment.png)
338341

339-
## Verifying the deployment
342+
### Verifying the deployment
340343

341344
- Access the app to verify if it is correctly deployed.
342345
- List the cloudnativesampleapp-service service
@@ -362,6 +365,6 @@
362365
{"id":2,"content":"Welcome to Cloudnative bootcamp !!! Hello, Carlos :)"}
363366
```
364367

365-
## References
368+
### References
366369

367370
- [ArgoCD](https://argoproj.github.io/argo-cd/)

0 commit comments

Comments
 (0)