We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87db267 commit 3dcc91cCopy full SHA for 3dcc91c
config/default/kustomization.yaml
@@ -15,12 +15,12 @@ namePrefix: workload-operator-
15
# someName: someValue
16
17
resources:
18
-- ../crd
+# - ../crd
19
- ../rbac
20
- ../manager
21
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
22
# crd/kustomization.yaml
23
-- ../webhook
+# - ../webhook
24
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
25
#- ../certmanager
26
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
0 commit comments