Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/install/k8s_ha.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ makes installing the complex StackStorm infrastructure as easy as:
# Add Helm StackStorm repository
helm repo add stackstorm https://helm.stackstorm.com/

# Install StackStorm HA with an automatically-generated release name in the "stackstorm" namespace
# Install StackStorm HA with an automatically-generated release name in the "default" namespace
# Replace "--generate-name" with a release name if you would like to name the deployment
# Omit the "--namespace stackstorm" flag if you would like to deploy to the "default" namespace
# Add the "--namespace stackstorm" flag and argument to deploy to the "stackstorm" namespace
# Add "--create-namespace" if the namespace that you are specifying needs to be created
helm install --generate-name stackstorm/stackstorm-ha

Expand Down