Skip to content

Commit

Permalink
Merge pull request #198 from Telecominfraproject/WIFI-13357-Be-able-t…
Browse files Browse the repository at this point in the history
…o-set-ingressClassName-for-all-the-component-helm-charts-as-the-annotation-is-no-longer-supported

Set ingress class name if requested
  • Loading branch information
carsten989 authored Feb 11, 2024
2 parents c3af8b6 + e78906d commit 9b2de4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helm/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ metadata:
{{- end }}

spec:

{{- if $ingressValue.className }}
ingressClassName: {{ $ingressValue.className }}
{{- end }}
{{- if $ingressValue.tls }}
tls:
{{- range $ingressValue.tls }}
Expand Down

0 comments on commit 9b2de4d

Please sign in to comment.