kcrypt-challenger/config/crd/patches/webhook_in_sealedvolumes.yaml
Ettore Di Giacinto 05d48347d7 Initial import
2022-10-13 20:34:44 +00:00

17 lines
402 B
YAML

# 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