From fe0cd1d6cfb9f130235319d2a9305889432dd0ca Mon Sep 17 00:00:00 2001 From: Jeongwon Song Date: Fri, 18 Aug 2023 00:09:01 -0400 Subject: [PATCH] fix workflowtaskresults Signed-off-by: Jeongwon Song --- .../templates/crds/argoproj.io_workflowtaskresults.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-workflows/templates/crds/argoproj.io_workflowtaskresults.yaml b/charts/argo-workflows/templates/crds/argoproj.io_workflowtaskresults.yaml index f6190f6d..e9bb93f6 100644 --- a/charts/argo-workflows/templates/crds/argoproj.io_workflowtaskresults.yaml +++ b/charts/argo-workflows/templates/crds/argoproj.io_workflowtaskresults.yaml @@ -116,7 +116,7 @@ spec: required: - key type: object - blobNameFormat: + blob: type: string container: type: string @@ -125,7 +125,7 @@ spec: useSDKCreds: type: boolean required: - - blobNameFormat + - blob - container - endpoint type: object