apiVersion: admissionregistration.k8s.io/v1beta1 kind: MutatingWebhookConfiguration metadata: name: mutating-webhook-configuration webhooks: - clientConfig: caBundle: "" service: name: service path: /apply-poddefault name: $(podDefaultsDeploymentName).kubeflow.org namespaceSelector: matchLabels: app.kubernetes.io/part-of: kubeflow-profile rules: - apiGroups: - "" apiVersions: - v1 operations: - CREATE resources: - pods