From 0ef5571ac412bea2f6e0b651f709c7eb3fe51af3 Mon Sep 17 00:00:00 2001 From: volodymyrrozdolsky Date: Wed, 30 Aug 2023 12:44:04 -0400 Subject: [PATCH] fixing issue #6 update the name of the secret in webhook.yaml Signed-off-by: volodymyrrozdolsky --- helm/oci-native-ingress-controller/templates/webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oci-native-ingress-controller/templates/webhook.yaml b/helm/oci-native-ingress-controller/templates/webhook.yaml index 5f51ef73..bc9471c9 100644 --- a/helm/oci-native-ingress-controller/templates/webhook.yaml +++ b/helm/oci-native-ingress-controller/templates/webhook.yaml @@ -17,7 +17,7 @@ spec: issuerRef: kind: Issuer name: oci-native-ingress-controller-ca - secretName: oci-native-ingress-controller-tls + secretName: {{ template "oci-native-ingress-controller.webhookCertSecret" . }} --- apiVersion: cert-manager.io/v1 kind: Issuer