Skip to content

Commit

Permalink
feat(common): add pr number
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Wessner <thomas.wessner@bedag.ch>
  • Loading branch information
wthhub committed Oct 30, 2024
1 parent 044a62d commit 8a22314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/common/templates/_ingress-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- hosts:
- {{ .host }}
{{- if or (eq $ingress.tls.type "self") (eq $ingress.tls.type "provided") }}
secretName: {{ regexReplaceAll "\\W+" .host "-" }}
secretName: {{ regexReplaceAll "\\W+" .host "-" }}
{{- else if eq $ingress.tls.type "existing" }}
secretName: {{ .secretName }}
{{- end }}
Expand Down

0 comments on commit 8a22314

Please sign in to comment.