Skip to content

Commit c801c2e

Browse files
authored
Update README.md
1 parent bfe1361 commit c801c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

argo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this demonstration we deploy a containerized application onto Argo CD using a
77
1. **Docker** is used as the underlying container platform for building and running containers. You can download and install Docker for your platform using the [official installation guide][docker-install].
88
2. **k3d** is used to manage and establish the underlying k3s kubernetes cluster that runs Argo CD. You can download and install k3d using their [getting started guide][k3d-start].
99
3. **kubectl** is a command line tool used to run commands against the Kubernetes cluster. You can download and install kubectl by following the installation instructions on the [official site][kube-site].
10-
4. **Argo Cd** is the GitOps operator that runs in the cluster and applies the example manifests. You can download and install Argo CD by following the tools [getting started guide][argo-start].
10+
4. **Argo CD** is the GitOps operator that runs in the cluster and applies the example manifests. You can download and install Argo CD by following the tools [getting started guide][argo-start].
1111

1212
## Instructions
1313
This folder contains the example files for the Argo CD demonstration. Prior to applying these manifests on the Kubernetes cluster with GitOps you will must build and store the container images into DockerHub using these [instructions][setup-instructions]. After completing those instructions, follow along with the steps in the course to deploy the resources to the cluster.

0 commit comments

Comments
 (0)