sigs.k8s.io/cluster-api/bootstrap/kubeadm@v0.0.0-20191016155141-23a891785b60/config/certmanager/kustomization.yaml (about) 1 resources: 2 - certificate.yaml 3 4 # the following config is for teaching kustomize how to do var substitution 5 vars: 6 - name: NAMESPACE # namespace of the service and the certificate CR 7 objref: 8 kind: Service 9 version: v1 10 name: webhook-service 11 fieldref: 12 fieldpath: metadata.namespace 13 - name: CERTIFICATENAME 14 objref: 15 kind: Certificate 16 group: certmanager.k8s.io 17 version: v1alpha2 18 name: serving-cert # this name should match the one in certificate.yaml 19 - name: SERVICENAME 20 objref: 21 kind: Service 22 version: v1 23 name: webhook-service 24 25 configurations: 26 - kustomizeconfig.yaml