Skip to content

Commit

Permalink
fix typo in helm chart
Browse files Browse the repository at this point in the history
else statement of crd-controller should
also refer to crd-controller flag.

Signed-off-by: adrianc <[email protected]>
  • Loading branch information
adrianchiris committed Jul 2, 2023
1 parent 10bbc8f commit 904f373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 904f373

Please sign in to comment.