Skip to content

Commit

Permalink
Merge pull request #1253 from adrianchiris/fix-typo-in-helm-template
Browse files Browse the repository at this point in the history
fix typo in helm chart
  • Loading branch information
k8s-ci-robot committed Jul 3, 2023
2 parents 10bbc8f + 904f373 commit f02d172
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 f02d172

Please sign in to comment.