From b6dfd7443a80eae4c6be5c29c20ad5a5fd5d56ba Mon Sep 17 00:00:00 2001 From: Chris Milson-Tokunaga Date: Mon, 25 Mar 2024 15:11:55 -0400 Subject: [PATCH] Change type of installCRDs (#11478) Including the double quotes (`"`) around the value made it appear like the helm chart should expect a string value for `installCRDs`. Signed-off-by: Chris Milson-Tokunaga --- cmd/k8s-operator/deploy/chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/k8s-operator/deploy/chart/values.yaml b/cmd/k8s-operator/deploy/chart/values.yaml index 78479e5a0..caceeabf2 100644 --- a/cmd/k8s-operator/deploy/chart/values.yaml +++ b/cmd/k8s-operator/deploy/chart/values.yaml @@ -12,7 +12,7 @@ oauth: {} # of chart installation. We do not use Helm's CRD installation mechanism as that # does not allow for upgrading CRDs. # https://helm.sh/docs/chart_best_practices/custom_resource_definitions/ -installCRDs: "true" +installCRDs: true operatorConfig: # ACL tag that operator will be tagged with. Operator must be made owner of