Skip to content

Incorrect helm command in Azure quickstart doc #127

@duffney

Description

@duffney

The sample code provided in the doc references charts from the Ratify repo instead of pointing to the charts in the helm repo:

Current:

helm install ratify \
    ./charts/ratify --atomic \

Should be:

helm install ratify ratify/ratify

The code section I'm referring to is under this heading. :)

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