From 35494d750d1e611576599e2a74550ba2721e1bfd Mon Sep 17 00:00:00 2001 From: mvaal Date: Tue, 28 May 2024 10:07:59 -0500 Subject: [PATCH] Fix lint issues in flyte-core values.yaml Signed-off-by: mvaal --- charts/flyte-core/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/flyte-core/values.yaml b/charts/flyte-core/values.yaml index b80a6d3e79..8f993354e9 100755 --- a/charts/flyte-core/values.yaml +++ b/charts/flyte-core/values.yaml @@ -920,9 +920,9 @@ cluster_resource_manager: # -- Should a service account be created for the ClusterResource create: true # -- Annotations for ServiceAccount attached to the ClusterResource - annotations: { } + annotations: {} # -- ImagePullSecrets to automatically assign to the service ClusterResource - imagePullSecrets: [ ] + imagePullSecrets: [] # -- Annotations for ClusterResource pods podAnnotations: {} # -- Additional ClusterResource container environment variables