Skip to content

Commit

Permalink
add ingress class
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Jan 15, 2024
1 parent ed34821 commit 1863358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/library-chart/templates/_ingress.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ nginx.ingress.kubernetes.io/whitelist-source-range: {{ .Values.security.allowlis
{{- end }}
{{- if .Values.ingress.useCertManager }}
cert-manager.io/cluster-issuer: {{ .Values.ingress.certManagerClusterIssuer }}
acme.cert-manager.io/http01-ingress-class: {{ .Values.ingress.ingressClassName }}
{{- end }}
{{- end }}

Expand Down

0 comments on commit 1863358

Please sign in to comment.