From 55202177cf9e2a5d2f18ccf8c8ce1886876abe1e Mon Sep 17 00:00:00 2001 From: Jeongwon Song Date: Thu, 17 Aug 2023 23:40:42 -0400 Subject: [PATCH] add blobNameFormat as required Signed-off-by: Jeongwon Song --- .../templates/crds/argoproj.io_workflowtaskresults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-workflows/templates/crds/argoproj.io_workflowtaskresults.yaml b/charts/argo-workflows/templates/crds/argoproj.io_workflowtaskresults.yaml index 1001e628..f6190f6d 100644 --- a/charts/argo-workflows/templates/crds/argoproj.io_workflowtaskresults.yaml +++ b/charts/argo-workflows/templates/crds/argoproj.io_workflowtaskresults.yaml @@ -125,7 +125,7 @@ spec: useSDKCreds: type: boolean required: - - blob + - blobNameFormat - container - endpoint type: object