Skip to content

Commit

Permalink
Merge pull request #31 from jmnote/ingressClassName
Browse files Browse the repository at this point in the history
ingressClassname → ingressClassName
  • Loading branch information
santinoncs committed Feb 14, 2023
2 parents fa49af8 + 2e8d6ad commit 997834f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
ingressClassname: {{ .Values.ingress.className }}
ingressClassName: {{ .Values.ingress.className }}
{{- if .Values.ingress.tls }}
tls:
{{- range .Values.ingress.tls }}
Expand Down

0 comments on commit 997834f

Please sign in to comment.