Skip to content

Commit

Permalink
Fix helm upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Dec 17, 2024
1 parent bda2262 commit 22b221c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run/chris_ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker run --rm -it -p 8080:80 \
```yaml
helm repo add fnndsc https://fnndsc.github.io/charts
helm update repo fnndsc
helm update --install --create-namespace --namespace chris \
helm upgrade --install --create-namespace --namespace chris \
--set cubeUrl=https://cube.example.org/api/v1/ \
--set pfdcmUrl=https://pfdcm.example.org \
--generate-name fnndsc/chris-ui
Expand Down

0 comments on commit 22b221c

Please sign in to comment.