Skip to content

StackStorm HA helm install instructions #1131

@mamercad

Description

@mamercad

Based on the StackStorm instructions, installation by way of Helm is invoked by helm install stackstorm/stackstorm-ha, which yields:

❯ helm install stackstorm/stackstorm-ha
Error: INSTALLATION FAILED: must either provide a name or specify --generate-name

Based on Helm usage, we need to either:

❯ helm install <name> stackstorm/stackstorm-ha

to specify a <name> for the deployment, or:

❯ helm install --generate-name stackstorm/stackstorm-ha

to have Helm automatically generate a name for the deployment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions