2019-08-21 10:12:07 +02:00
|
|
|
resources:
|
2022-09-22 07:52:52 -05:00
|
|
|
- certificate.yaml
|
2019-08-21 10:12:07 +02:00
|
|
|
|
|
|
|
# the following config is for teaching kustomize how to do var substitution
|
|
|
|
vars:
|
2022-09-22 07:52:52 -05:00
|
|
|
- name: NAMESPACE # namespace of the service and the certificate CR
|
|
|
|
objref:
|
|
|
|
kind: Service
|
|
|
|
version: v1
|
|
|
|
name: webhook-service
|
|
|
|
fieldref:
|
|
|
|
fieldpath: metadata.namespace
|
|
|
|
- name: CERTIFICATENAME
|
|
|
|
objref:
|
|
|
|
kind: Certificate
|
|
|
|
group: certmanager.k8s.io
|
|
|
|
version: v1alpha1
|
|
|
|
name: serving-cert # this name should match the one in certificate.yaml
|
|
|
|
- name: SERVICENAME
|
|
|
|
objref:
|
|
|
|
kind: Service
|
|
|
|
version: v1
|
|
|
|
name: webhook-service
|
2019-08-21 10:12:07 +02:00
|
|
|
|
|
|
|
configurations:
|
2022-09-22 07:52:52 -05:00
|
|
|
- kustomizeconfig.yaml
|