-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathkustomization.yaml
More file actions
49 lines (46 loc) · 2.31 KB
/
kustomization.yaml
File metadata and controls
49 lines (46 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This kustomization.yaml is not intended to be run by itself,
# since it depends on service name and namespace that are out of this kustomize package.
# It should be run by config/default
resources:
- bases/controller.kubeslice.io_projects.yaml
- bases/controller.kubeslice.io_clusters.yaml
- bases/controller.kubeslice.io_sliceconfigs.yaml
- bases/controller.kubeslice.io_serviceexportconfigs.yaml
- bases/worker.kubeslice.io_workersliceconfigs.yaml
- bases/worker.kubeslice.io_workerslicegateways.yaml
- bases/worker.kubeslice.io_workerserviceimports.yaml
- bases/controller.kubeslice.io_sliceqosconfigs.yaml
- bases/worker.kubeslice.io_workerslicegwrecyclers.yaml
- bases/controller.kubeslice.io_vpnkeyrotations.yaml
- bases/controller.kubeslice.io_sliceipams.yaml
#+kubebuilder:scaffold:crdkustomizeresource
patchesStrategicMerge:
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
# patches here are for enabling the conversion webhook for each CRD
- patches/webhook_in_projects.yaml
- patches/webhook_in_clusters.yaml
- patches/webhook_in_slice_configs.yaml
#- patches/webhook_in_worker_slice_configs.yaml
#- patches/webhook_in_worker_slice_gateways.yaml
#- patches/webhook_in_service_export_configs.yaml
#- patches/webhook_in_worker_service_imports.yaml
#- patches/webhook_in_sliceqosconfigs.yaml
#- patches/webhook_in_workerslicegwrecyclers.yaml
#- patches/webhook_in_vpnkeyrotations.yaml
#+kubebuilder:scaffold:crdkustomizewebhookpatch
# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
# patches here are for enabling the CA injection for each CRD
- patches/cainjection_in_projects.yaml
- patches/cainjection_in_clusters.yaml
- patches/cainjection_in_slice_configs.yaml
#- patches/cainjection_in_worker_slice_configs.yaml
#- patches/cainjection_in_worker_slice_gateways.yaml
#- patches/cainjection_in_service_export_configs.yaml
#- patches/cainjection_in_worker_service_imports.yaml
#- patches/cainjection_in_sliceqosconfigs.yaml
#- patches/cainjection_in_workerslicegwrecyclers.yaml
#- patches/cainjection_in_vpnkeyrotations.yaml
#+kubebuilder:scaffold:crdkustomizecainjectionpatch
# the following config is for teaching kustomize how to do kustomization for CRDs.
configurations:
- kustomizeconfig.yaml