From c6d01827b0d206c9c9fe9ab30defe48eb88b7e57 Mon Sep 17 00:00:00 2001 From: Robbie Cronin Date: Mon, 27 May 2024 16:23:53 +1000 Subject: [PATCH] Fix: MutatingWebhookConfiguration naming conflict (#2948) --- charts/fission-all/templates/webhook-server/webhooks.yaml | 2 +- test/e2e/framework/webhook-manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/fission-all/templates/webhook-server/webhooks.yaml b/charts/fission-all/templates/webhook-server/webhooks.yaml index 1578896a..f9413ce5 100644 --- a/charts/fission-all/templates/webhook-server/webhooks.yaml +++ b/charts/fission-all/templates/webhook-server/webhooks.yaml @@ -16,7 +16,7 @@ apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: creationTimestamp: null - name: mutating-webhook-configuration + name: fission-mutating-webhooks {{- if $certManagerEnabled }} annotations: cert-manager.io/inject-ca-from: "{{ .Release.Namespace }}/fission-webhook-cert" diff --git a/test/e2e/framework/webhook-manifest.yaml b/test/e2e/framework/webhook-manifest.yaml index 7a649ce8..0be22ce4 100644 --- a/test/e2e/framework/webhook-manifest.yaml +++ b/test/e2e/framework/webhook-manifest.yaml @@ -2,7 +2,7 @@ apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: - name: mutating-webhook-configuration + name: fission-mutating-webhooks webhooks: - admissionReviewVersions: - v1