Skip to content

Commit

Permalink
Fix lint issues in flyte-core values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: mvaal <[email protected]>
  • Loading branch information
mvaalexp committed May 28, 2024
1 parent 0d6bcbc commit 35494d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/flyte-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35494d7

Please sign in to comment.