Skip to content

Commit

Permalink
[orion] Fix a typo when checking the support for ingress classname (#61)
Browse files Browse the repository at this point in the history
Fix a typo when checking the support for ingress classname in orion ingress
  • Loading branch information
john-jam authored Sep 23, 2022
1 parent 09e23b4 commit 92ca848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prefect-orion/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
{{- end }}
{{- end }}
spec:
{{- if and .Values.ingress.className (eq "true" (include "common.ingress.supportsIngressClassName" .)) }}
{{- if and .Values.ingress.className (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
ingressClassName: {{ .Values.ingress.className | quote }}
{{- end }}
rules:
Expand Down

0 comments on commit 92ca848

Please sign in to comment.