From fa755f678c7beea1f9b8459adc58ee09c9b0db03 Mon Sep 17 00:00:00 2001 From: Aaron Lunsford Date: Thu, 1 Aug 2024 12:08:07 -0400 Subject: [PATCH] add tolerations to the helm chart PLZ crd --- charts/k6-operator/templates/crds/plz.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/charts/k6-operator/templates/crds/plz.yaml b/charts/k6-operator/templates/crds/plz.yaml index 65e1da9a..744130fb 100644 --- a/charts/k6-operator/templates/crds/plz.yaml +++ b/charts/k6-operator/templates/crds/plz.yaml @@ -76,6 +76,22 @@ spec: x-kubernetes-int-or-string: true type: object type: object + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array serviceAccountName: type: string token: