Skip to content

Commit

Permalink
updated the networking cm to include the ingress class name for use i…
Browse files Browse the repository at this point in the history
…n ingress routes created by the app
  • Loading branch information
bradsoper committed Feb 20, 2024
1 parent 5874599 commit 29fcd1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/controlplane/tmpl/conf/cm/config-networking.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ data:
{{- if isTrue .Spec.Networking.Ingress.OcpSecureRoutes }}
OCP_SECURE_ROUTES: "true"
{{- end }}
INGRESS_CLASS_NAME: {{ .Spec.Networking.Ingress.IngressClassName }}

0 comments on commit 29fcd1b

Please sign in to comment.