From 2814d93c07dcc2b4d8beccab9ef5c395848d189d Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Mon, 14 Apr 2025 20:21:09 +0000 Subject: [PATCH] init --- tasks/secret-extract-kaniko/task.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/secret-extract-kaniko/task.yaml b/tasks/secret-extract-kaniko/task.yaml index 1603f30..b0a66d3 100644 --- a/tasks/secret-extract-kaniko/task.yaml +++ b/tasks/secret-extract-kaniko/task.yaml @@ -28,7 +28,7 @@ spec: description: Secret workspace with files matching secretKeys results: - - name: kaniko-args + - name: kanikoArgs description: > A space-separated string of arguments in the format '--build-arg KEY=VALUE', suitable for passing to the Kaniko executor. @@ -61,4 +61,4 @@ spec: done echo "✅ Final build args: $FINAL_ARGS" - echo -n "$FINAL_ARGS" > /tekton/results/kaniko-args \ No newline at end of file + echo -n "$FINAL_ARGS" > /tekton/results/kanikoArgs \ No newline at end of file