Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1e339d5

Browse files
authored
Merge pull request #5 from topcoder-platform/issue-131
Fix ingress svc name
2 parents a2dbb5e + be1121a commit 1e339d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/charts/presidio/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
2525
{{ include "presidio.fullname" . | printf "%s-image-redactor" }}
2626
{{- end -}}
2727
{{- define "presidio.ingress.fullname" -}}
28-
{{ include "presidio.fullname" . | printf "%s-ingress" }}
28+
{{ printf "presidio-ingress" }}
2929
{{- end -}}
3030
{{- define "presidio.ingress.cert.secretname" -}}
3131
{{ include "presidio.fullname" . | printf "%s-ingress-cert" }}

0 commit comments

Comments
 (0)