Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cluster/kustomize/webhook/webhook.patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ spec:
- v1
clientConfig:
service:
path: /convert
path: /convert
name: crossplane-webhook
namespace: crossplane-system
2 changes: 2 additions & 0 deletions package/crds/kubernetes.crossplane.io_objects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ spec:
webhook:
clientConfig:
service:
name: crossplane-webhook
namespace: crossplane-system
path: /convert
conversionReviewVersions:
- v1
Expand Down