From 135e9a9b7cfafdbc9b6ed7029ce1d435665073e4 Mon Sep 17 00:00:00 2001 From: Pavlos Tzianos Date: Fri, 3 May 2024 16:15:34 +0300 Subject: [PATCH] fix typo in DEEP-004 --- docs/dep/dep-004.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dep/dep-004.md b/docs/dep/dep-004.md index cf4776327..9de39abf6 100644 --- a/docs/dep/dep-004.md +++ b/docs/dep/dep-004.md @@ -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