From 0da248f013c9ffc0d43a93bbf956529df65df6cc Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Thu, 10 Apr 2025 08:14:15 +0000 Subject: [PATCH] init --- tasks/before-pipeline/task.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/before-pipeline/task.yaml b/tasks/before-pipeline/task.yaml index ce2a85c..7aae466 100644 --- a/tasks/before-pipeline/task.yaml +++ b/tasks/before-pipeline/task.yaml @@ -8,7 +8,7 @@ spec: type: object properties: enabled: - type: boolean + type: string namespace: type: string storageClass: @@ -18,7 +18,7 @@ spec: size: type: string default: - enabled: false + enabled: "false" namespace: "default" storageClass: "" accessModes: