Skip to content

Commit

Permalink
fix: install.md ui.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zanac1986 committed Nov 1, 2024
1 parent 1a340d3 commit ef60259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion argo-workflows/install-using-helm/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ This command installs the latest Argo Workflows Helm Chart. In production it wou
```bash
helm repo add argo https://argoproj.github.io/argo-helm
helm repo update
helm install argo argo/argo-workflows --namespace argo --create-namespace
helm install argo argo/argo-workflows \
--namespace argo \
--create-namespace \
--set workflow.serviceAccount.create=true
```{{execute}}
## What was installed?
Expand Down
2 changes: 1 addition & 1 deletion argo-workflows/install-using-helm/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ metadata:
generateName: hello-world-
namespace: argo
spec:
serviceAccountName: argo-argo-workflows-workflow-controller
serviceAccountName: argo-workflow
entrypoint: main
templates:
- name: main
Expand Down

0 comments on commit ef60259

Please sign in to comment.