@@ -15,9 +15,9 @@ namePrefix: capi-
15
15
# someName: someValue
16
16
17
17
resources :
18
- - ../crd
19
- - ../rbac
20
- - ../manager
18
+ - ../crd
19
+ - ../rbac
20
+ - ../manager
21
21
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in crd/kustomization.yaml
22
22
- ../webhook
23
23
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
@@ -50,30 +50,30 @@ patchesStrategicMerge:
50
50
51
51
# the following config is for teaching kustomize how to do var substitution
52
52
vars :
53
- # [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER' prefix.
54
- - name : CERTIFICATE_NAMESPACE # namespace of the certificate CR
55
- objref :
56
- kind : Certificate
57
- group : cert-manager.io
58
- version : v1alpha2
59
- name : serving-cert # this name should match the one in certificate.yaml
60
- fieldref :
61
- fieldpath : metadata.namespace
62
- - name : CERTIFICATE_NAME
63
- objref :
64
- kind : Certificate
65
- group : cert-manager.io
66
- version : v1alpha2
67
- name : serving-cert # this name should match the one in certificate.yaml
68
- - name : SERVICE_NAMESPACE # namespace of the service
69
- objref :
70
- kind : Service
71
- version : v1
72
- name : webhook-service
73
- fieldref :
74
- fieldpath : metadata.namespace
75
- - name : SERVICE_NAME
76
- objref :
77
- kind : Service
78
- version : v1
79
- name : webhook-service
53
+ # [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER' prefix.
54
+ - name : CERTIFICATE_NAMESPACE # namespace of the certificate CR
55
+ objref :
56
+ kind : Certificate
57
+ group : cert-manager.io
58
+ version : v1alpha2
59
+ name : serving-cert # this name should match the one in certificate.yaml
60
+ fieldref :
61
+ fieldpath : metadata.namespace
62
+ - name : CERTIFICATE_NAME
63
+ objref :
64
+ kind : Certificate
65
+ group : cert-manager.io
66
+ version : v1alpha2
67
+ name : serving-cert # this name should match the one in certificate.yaml
68
+ - name : SERVICE_NAMESPACE # namespace of the service
69
+ objref :
70
+ kind : Service
71
+ version : v1
72
+ name : webhook-service
73
+ fieldref :
74
+ fieldpath : metadata.namespace
75
+ - name : SERVICE_NAME
76
+ objref :
77
+ kind : Service
78
+ version : v1
79
+ name : webhook-service
0 commit comments