Skip to content

Commit

Permalink
fix: install using helm ui (#63)
Browse files Browse the repository at this point in the history
* fix: install using helm ui

Signed-off-by: zanac1986 <[email protected]>
Signed-off-by: MH <[email protected]>

* fix: install.md ui.md

Signed-off-by: MH <[email protected]>

---------

Signed-off-by: zanac1986 <[email protected]>
Signed-off-by: MH <[email protected]>
Co-authored-by: zanac1986 <[email protected]>
  • Loading branch information
zanhsieh and zanac1986 authored Nov 4, 2024
1 parent 10e676d commit a5812bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions argo-workflows/install-using-helm/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ metadata:
generateName: hello-world-
namespace: argo
spec:
serviceAccountName: argo-workflow
entrypoint: main
templates:
- name: main
Expand Down

0 comments on commit a5812bd

Please sign in to comment.