From 8e79d342903c8827bedf167e7323b5a2942d1b9d Mon Sep 17 00:00:00 2001 From: Alekey Makarov <137285155+AUMakarov@users.noreply.github.com> Date: Fri, 17 May 2024 20:32:50 +0300 Subject: [PATCH] fix(ingress): change webhook-test endpoint It seems that webhook-test are implemented only in the master --- templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index b149dcd..946b945 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -64,7 +64,7 @@ spec: pathType: Prefix backend: service: - name: {{ $fullName }}-webhooks + name: {{ $fullName }} port: number: {{ $svcPort }} - path: {{ . }}webhook-waiting/