mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04:51 +00:00
Merge pull request #1253 from adrianchiris/fix-typo-in-helm-template
fix typo in helm chart
This commit is contained in:
commit
f02d172d07
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