Skip to content

Commit

Permalink
added ingressClassName to Ingress template
Browse files Browse the repository at this point in the history
  • Loading branch information
shariqmus committed Jul 4, 2024
1 parent 7486583 commit 8497c28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stable/application-helm/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ metadata:
{{ toYaml .Values.ingress.annotations | indent 4 }}
{{- end }}
spec:
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName }}
{{- end }}
rules:
{{- range .Values.ingress.hosts }}
{{- $serviceName := include "application.name" $ -}}
Expand Down

0 comments on commit 8497c28

Please sign in to comment.