From 904f3739a365139b45e3c7e8d31cc65480e1e06f Mon Sep 17 00:00:00 2001 From: adrianc Date: Sun, 2 Jul 2023 18:01:31 +0300 Subject: [PATCH] fix typo in helm chart else statement of crd-controller should also refer to crd-controller flag. Signed-off-by: adrianc --- deployment/helm/node-feature-discovery/templates/master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/helm/node-feature-discovery/templates/master.yaml b/deployment/helm/node-feature-discovery/templates/master.yaml index e40b31ab08..56fbab6bfb 100644 --- a/deployment/helm/node-feature-discovery/templates/master.yaml +++ b/deployment/helm/node-feature-discovery/templates/master.yaml @@ -102,7 +102,7 @@ spec: - "-crd-controller={{ .Values.master.crdController }}" {{- else }} ## By default, disable crd controller for other than the default instances - - "-featurerules-controller={{ .Values.master.instance | empty }}" + - "-crd-controller={{ .Values.master.instance | empty }}" {{- end }} {{- if .Values.master.featureRulesController | kindIs "invalid" | not }} - "-featurerules-controller={{ .Values.master.featureRulesController }}"