1
0
Fork 0
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:
Kubernetes Prow Robot 2023-07-03 02:46:53 -07:00 committed by GitHub
commit f02d172d07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"