From 457160275cc42be4c5fa6c1050c6e61a614b9544 Mon Sep 17 00:00:00 2001 From: Anastasia Satonina <56155326+darthnastya@users.noreply.github.com> Date: Fri, 4 Oct 2019 21:49:00 +0200 Subject: [PATCH] fixed example wrong comment (#1643) --- examples/global-outputs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/global-outputs.yaml b/examples/global-outputs.yaml index f2a270aa6141..9c2d96801db8 100644 --- a/examples/global-outputs.yaml +++ b/examples/global-outputs.yaml @@ -23,13 +23,13 @@ spec: outputs: parameters: # export a global parameter. The parameter will be programatically available in the completed - # workflow object under: workflow.status.outputs.parameters + # workflow object under: workflow.outputs.parameters - name: hello-param valueFrom: path: /tmp/hello_world.txt globalName: my-global-param # export a global artifact. The artifact will be programatically available in the completed - # workflow object under: workflow.status.outputs.artifacts + # workflow object under: workflow.outputs.artifacts artifacts: - name: hello-art path: /tmp/hello_world.txt