Files
zitadel-k8s-operator/src/config/crd/patches/webhook_in_flows.yaml
Haim Kortovich aa5a411251 Add Flows and Actions
[ZITADOPER-4]
2024-06-17 15:46:05 -05:00

17 lines
396 B
YAML

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