feat(helm): add default conversion webhook configuration to tenant CRD

This commit is contained in:
Maksim Fedotov
2021-12-30 08:31:13 +00:00
committed by Dario Tranchitella
parent 19aff8c882
commit fef381d2b4
+11 -1
View File
@@ -7,7 +7,17 @@ metadata:
name: tenants.capsule.clastix.io
spec:
conversion:
strategy: None
strategy: Webhook
webhook:
clientConfig:
service:
name: capsule-webhook-service
namespace: capsule-system
path: /convert
port: 443
conversionReviewVersions:
- v1alpha1
- v1beta1
group: capsule.clastix.io
names:
kind: Tenant