kcrypt-challenger/config/crd/patches/webhook_in_sealedvolumes.yaml

17 lines
402 B
YAML
Raw Normal View History

2022-10-09 22:32:56 +00:00
# The following patch enables a conversion webhook for the CRD
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: sealedvolumes.keyserver.kairos.io
spec:
conversion:
strategy: Webhook
webhook:
clientConfig:
service:
namespace: system
name: webhook-service
path: /convert
conversionReviewVersions:
- v1