mirror of
https://github.com/guilhem/headscale-operator.git
synced 2024-11-22 19:43:01 +00:00
17 lines
402 B
YAML
17 lines
402 B
YAML
|
# The following patch enables a conversion webhook for the CRD
|
||
|
apiVersion: apiextensions.k8s.io/v1
|
||
|
kind: CustomResourceDefinition
|
||
|
metadata:
|
||
|
name: preauthkeys.headscale.barpilot.io
|
||
|
spec:
|
||
|
conversion:
|
||
|
strategy: Webhook
|
||
|
webhook:
|
||
|
clientConfig:
|
||
|
service:
|
||
|
namespace: system
|
||
|
name: webhook-service
|
||
|
path: /convert
|
||
|
conversionReviewVersions:
|
||
|
- v1
|