Skip to content

Commit

Permalink
fix typo in DEEP-004
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Tzianos committed May 4, 2024
1 parent 82771f3 commit 135e9a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dep/dep-004.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ As mentioned previously, we wish to package all our Tasks in one Helm package
that can be easily deployed on a cluster and provides access to all our
components. When a user wants to reference a Task deployed via Helm on the
cluster in a Pipeline description, they will have to use a new URI type that is
inspired by `pURL` and looks like this: `helm://{{ helm_release_name }}/name`.
inspired by `pURL` and looks like this:
`pkg:helm/{{ helm_release_name }}/name`.

The `helm_release_name` is the name of the release chosen by the operator when
deploying the package, so it's specific to the deployment context. The name of
Expand Down

0 comments on commit 135e9a9

Please sign in to comment.