Fix: MutatingWebhookConfiguration naming conflict (#2948)

This commit is contained in:
Robbie Cronin
2024-05-27 11:53:53 +05:30
committed by GitHub
parent d8fe37e736
commit c6d01827b0
2 changed files with 2 additions and 2 deletions
@@ -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"
+1 -1
View File
@@ -2,7 +2,7 @@
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
metadata:
name: mutating-webhook-configuration
name: fission-mutating-webhooks
webhooks:
- admissionReviewVersions:
- v1