Skip to content

Commit 3dcc91c

Browse files
author
Oscar Llamas
committed
chore: Comment crd and webhook from default kustomization
1 parent 87db267 commit 3dcc91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ namePrefix: workload-operator-
1515
# someName: someValue
1616

1717
resources:
18-
- ../crd
18+
# - ../crd
1919
- ../rbac
2020
- ../manager
2121
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
2222
# crd/kustomization.yaml
23-
- ../webhook
23+
# - ../webhook
2424
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
2525
#- ../certmanager
2626
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.

0 commit comments

Comments
 (0)