Currently, running pipeline using the demo script fails unless
the current namespace is "pipelines-tutorial" as the namespace
and image push url hard codes the it.
This patch replaces all occurences of "pipelines-tutorial" with
$NAMESPACE to fix this issue.
Currently, running pipeline using the demo script fails unless the current namespace is "pipelines-tutorial" as the namespace and image push url hard codes the it.
This patch replaces all occurences of "pipelines-tutorial" with $NAMESPACE to fix this issue.
Signed-off-by: Sunil Thaha sthaha@redhat.com