Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit b9045e4

Browse files
authored
Merge pull request #102 from adrianludwin/crd
Remove webhooks from CRDs and unbreak K8s 1.22 (branch)
2 parents 7a25601 + 66687ac commit b9045e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/crd/kustomization.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ patchesStrategicMerge:
1111
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
1212
# patches here are for enabling the conversion webhook for each CRD
1313
# and setting served and storage versions.
14-
- patches/webhook_in_hierarchyconfigurations.yaml
15-
- patches/webhook_in_hncconfigurations.yaml
16-
- patches/webhook_in_subnamespaceanchors.yaml
14+
# - patches/webhook_in_hierarchyconfigurations.yaml
15+
# - patches/webhook_in_hncconfigurations.yaml
16+
# - patches/webhook_in_subnamespaceanchors.yaml
1717
# +kubebuilder:scaffold:crdkustomizewebhookpatch
1818

1919
# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.

0 commit comments

Comments
 (0)