mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
fix typo in helm chart
else statement of crd-controller should also refer to crd-controller flag. Signed-off-by: adrianc <adrianc@nvidia.com>
This commit is contained in:
parent
10bbc8f253
commit
904f3739a3
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ spec:
|
||||||
- "-crd-controller={{ .Values.master.crdController }}"
|
- "-crd-controller={{ .Values.master.crdController }}"
|
||||||
{{- else }}
|
{{- else }}
|
||||||
## By default, disable crd controller for other than the default instances
|
## By default, disable crd controller for other than the default instances
|
||||||
- "-featurerules-controller={{ .Values.master.instance | empty }}"
|
- "-crd-controller={{ .Values.master.instance | empty }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.master.featureRulesController | kindIs "invalid" | not }}
|
{{- if .Values.master.featureRulesController | kindIs "invalid" | not }}
|
||||||
- "-featurerules-controller={{ .Values.master.featureRulesController }}"
|
- "-featurerules-controller={{ .Values.master.featureRulesController }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue