Files
jobs-manager-operator/config/crd/patches/webhook_in_managedjobs.yaml
T
2023-02-19 21:23:50 +00:00

17 lines
404 B
YAML

# The following patch enables a conversion webhook for the CRD
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: managedjobs.jobsmanager.raczylo.com
spec:
conversion:
strategy: Webhook
webhook:
clientConfig:
service:
namespace: system
name: webhook-service
path: /convert
conversionReviewVersions:
- v1