|
1 |
| -# Adds namespace to all resources. |
2 |
| -namespace: kmm-operator-system |
3 |
| - |
4 |
| -# Value of this field is prepended to the |
5 |
| -# names of all resources, e.g. a deployment named |
6 |
| -# "wordpress" becomes "alices-wordpress". |
7 |
| -# Note that it should also match with the prefix (text before '-') of the namespace |
8 |
| -# field above. |
9 |
| -namePrefix: kmm-operator- |
10 |
| - |
11 |
| -# Labels to add to all resources and selectors. |
12 |
| -#commonLabels: |
13 |
| -# someName: someValue |
14 |
| - |
15 | 1 | bases:
|
16 |
| -- ../crd |
17 |
| -- ../rbac |
18 |
| -- ../manager |
19 |
| -# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in |
20 |
| -# crd/kustomization.yaml |
21 |
| -#- ../webhook |
22 |
| -# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required. |
23 |
| -#- ../certmanager |
24 |
| -# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'. |
25 |
| -#- ../prometheus |
26 |
| - |
27 |
| -# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in |
28 |
| -# crd/kustomization.yaml |
29 |
| -#- manager_webhook_patch.yaml |
30 |
| - |
31 |
| -# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. |
32 |
| -# Uncomment 'CERTMANAGER' sections in crd/kustomization.yaml to enable the CA injection in the admission webhooks. |
33 |
| -# 'CERTMANAGER' needs to be enabled to use ca injection |
34 |
| -#- webhookcainjection_patch.yaml |
35 |
| - |
36 |
| -# the following config is for teaching kustomize how to do var substitution |
37 |
| -vars: |
38 |
| -# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER' prefix. |
39 |
| -#- name: CERTIFICATE_NAMESPACE # namespace of the certificate CR |
40 |
| -# objref: |
41 |
| -# kind: Certificate |
42 |
| -# group: cert-manager.io |
43 |
| -# version: v1 |
44 |
| -# name: serving-cert # this name should match the one in certificate.yaml |
45 |
| -# fieldref: |
46 |
| -# fieldpath: metadata.namespace |
47 |
| -#- name: CERTIFICATE_NAME |
48 |
| -# objref: |
49 |
| -# kind: Certificate |
50 |
| -# group: cert-manager.io |
51 |
| -# version: v1 |
52 |
| -# name: serving-cert # this name should match the one in certificate.yaml |
53 |
| -#- name: SERVICE_NAMESPACE # namespace of the service |
54 |
| -# objref: |
55 |
| -# kind: Service |
56 |
| -# version: v1 |
57 |
| -# name: webhook-service |
58 |
| -# fieldref: |
59 |
| -# fieldpath: metadata.namespace |
60 |
| -#- name: SERVICE_NAME |
61 |
| -# objref: |
62 |
| -# kind: Service |
63 |
| -# version: v1 |
64 |
| -# name: webhook-service |
| 2 | +- https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml |
| 3 | +- ../kmm |
0 commit comments