From 08417f5370d9e33bd4cea4434de888e380fb6c26 Mon Sep 17 00:00:00 2001 From: ollie-kane-CB <136009654+ollie-kane-CB@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:02:33 -0500 Subject: [PATCH] Update values.yaml so that the default value for tolerations and affinity are also an array. --- charts/k6-operator/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/k6-operator/values.yaml b/charts/k6-operator/values.yaml index f0c80f9e..adddca3d 100644 --- a/charts/k6-operator/values.yaml +++ b/charts/k6-operator/values.yaml @@ -66,18 +66,18 @@ nodeSelector: {} # @schema # additionalProperties: true # required: false -# type: object +# type: array # @schema -# affinity -- Affinity to be applied on all containers -affinity: {} +# affinity -- afinity rules to be applied on all containers +affinity: [] # @schema # additionalProperties: true # required: false -# type: object +# type: array # @schema # tolerations -- Tolerations to be applied on all containers -tolerations: {} +tolerations: [] # @schema # required: false