From 0b3a8c422d9e39a368d9cc4be28164cfd7ce7b93 Mon Sep 17 00:00:00 2001 From: ollie-kane-CB <136009654+ollie-kane-CB@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:23:44 -0500 Subject: [PATCH] Update values.yaml so that the default value for tolerations is also an array. --- charts/k6-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/k6-operator/values.yaml b/charts/k6-operator/values.yaml index 9c8e84e0..63f50f9d 100644 --- a/charts/k6-operator/values.yaml +++ b/charts/k6-operator/values.yaml @@ -61,7 +61,7 @@ affinity: {} # type: object # @schema # tolerations -- Tolerations to be applied on all containers -tolerations: {} +tolerations: [] # installCRDs -- Installs CRDs as part of the release installCRDs: true