From 87ef014c5f00e44bff715b03f5b939dbbf2aaf5e Mon Sep 17 00:00:00 2001 From: Khan <503424608@ge.com> Date: Tue, 3 Dec 2024 12:06:11 +0530 Subject: [PATCH] Extend DRY support into trust-manager official Helm chart Signed-off-by: Khan <503424608@ge.com> --- deploy/charts/trust-manager/templates/webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/trust-manager/templates/webhook.yaml b/deploy/charts/trust-manager/templates/webhook.yaml index 235857d2..368de2cb 100644 --- a/deploy/charts/trust-manager/templates/webhook.yaml +++ b/deploy/charts/trust-manager/templates/webhook.yaml @@ -111,4 +111,4 @@ webhooks: service: name: {{ include "trust-manager.name" . }} namespace: {{ include "trust-manager.namespace" . }} - path: /validate-trust-cert-manager-io-v1alpha1-bundle + path: /validate-trust-cert-manager-io-v1alpha1-bundle \ No newline at end of file