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