-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathkustomization.yaml
More file actions
79 lines (74 loc) · 3.16 KB
/
kustomization.yaml
File metadata and controls
79 lines (74 loc) · 3.16 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# 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/enterprise.splunk.com_clustermanagers.yaml
- bases/enterprise.splunk.com_clustermasters.yaml
- bases/enterprise.splunk.com_indexerclusters.yaml
- bases/enterprise.splunk.com_licensemasters.yaml
- bases/enterprise.splunk.com_licensemanagers.yaml
- bases/enterprise.splunk.com_monitoringconsoles.yaml
- bases/enterprise.splunk.com_searchheadclusters.yaml
- bases/enterprise.splunk.com_standalones.yaml
- bases/enterprise.splunk.com_kvservices.yaml
#+kubebuilder:scaffold:crdkustomizeresource
patchesStrategicMerge:
- patches/patch_preserve_unknown_fields.yaml
# [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_clustermanagers.yaml
#- patches/webhook_in_clustermasters.yaml
#- patches/webhook_in_indexerclusters.yaml
#- patches/webhook_in_licensemasters.yaml
#- patches/webhook_in_licensemanagers.yaml
#- patches/webhook_in_monitoringconsoles.yaml
#- patches/webhook_in_searchheadclusters.yaml
#- patches/webhook_in_standalones.yaml
#- patches/webhook_in_kvservices.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_clustermanagers.yaml
#- patches/cainjection_in_clustermasters.yaml
#- patches/cainjection_in_indexerclusters.yaml
#- patches/cainjection_in_licensemasters.yaml
#- patches/cainjection_in_licensemanagers.yaml
#- patches/cainjection_in_monitoringconsoles.yaml
#- patches/cainjection_in_searchheadclusters.yaml
#- patches/cainjection_in_standalones.yaml
#- patches/cainjection_in_kvservices.yaml
#+kubebuilder:scaffold:crdkustomizecainjectionpatch
# the following config is for teaching kustomize how to do kustomization for CRDs.
configurations:
- kustomizeconfig.yaml
patchesJson6902:
- path: patches/additional_supported_versions_patch_clustermasters.yaml
target:
kind: CustomResourceDefinition
version: v1
group: apiextensions.k8s.io
name: clustermasters.enterprise.splunk.com
- path: patches/additional_supported_versions_patch_indexerclusters.yaml
target:
kind: CustomResourceDefinition
version: v1
group: apiextensions.k8s.io
name: indexerclusters.enterprise.splunk.com
- path: patches/additional_supported_versions_patch_licensemasters.yaml
target:
kind: CustomResourceDefinition
version: v1
group: apiextensions.k8s.io
name: licensemasters.enterprise.splunk.com
- path: patches/additional_supported_versions_patch_searchheadclusters.yaml
target:
kind: CustomResourceDefinition
version: v1
group: apiextensions.k8s.io
name: searchheadclusters.enterprise.splunk.com
- path: patches/additional_supported_versions_patch_standalones.yaml
target:
kind: CustomResourceDefinition
version: v1
group: apiextensions.k8s.io
name: standalones.enterprise.splunk.com