Skip to content

Commit

Permalink
Fix typo (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: roi-codefresh <[email protected]>
  • Loading branch information
ndrpnt and roi-codefresh authored Jun 20, 2021
1 parent 836c833 commit 2dd2f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Head over to our [Getting Started](./docs/Getting-Started.md) guide for further
## How it works
The autopilot bootstrap command will deploy an Argo-CD manifest to a target k8s cluster, and will commit an Argo-CD Application manifest under a specific directory in your GitOps repository. This Application will manage the Argo-CD installation itself - so after running this command, you will have an Argo-CD deployment that manages itself through GitOps.

From that point on, the use can create Projects and Applications that belong to them. Autopilot will commit the required manifests to the repository. Once committed, Argo-CD will do its magic and apply the Applications to the cluster.
From that point on, the user can create Projects and Applications that belong to them. Autopilot will commit the required manifests to the repository. Once committed, Argo-CD will do its magic and apply the Applications to the cluster.

An application can be added to a project from a public git repo + path, or from a directory in the local filesystem.

Expand Down

0 comments on commit 2dd2f23

Please sign in to comment.