4e63c1dda2
* Added v0.3.7 version of capi * Added v0.3.7 version of cacpk * Added v0.3.2 version of camp4 Change-Id: I7b574ef8277192be8e5162384287e9e9ec211a1e
44 lines
963 B
YAML
44 lines
963 B
YAML
namespace: capi-webhook-system
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- manifests.yaml
|
|
- service.yaml
|
|
- ../certmanager
|
|
- ../manager
|
|
|
|
configurations:
|
|
- kustomizeconfig.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- manager_webhook_patch.yaml
|
|
- webhookcainjection_patch.yaml
|
|
|
|
vars:
|
|
- name: CERTIFICATE_NAMESPACE # namespace of the certificate CR
|
|
objref:
|
|
kind: Certificate
|
|
group: cert-manager.io
|
|
version: v1alpha2
|
|
name: serving-cert # this name should match the one in certificate.yaml
|
|
fieldref:
|
|
fieldpath: metadata.namespace
|
|
- name: CERTIFICATE_NAME
|
|
objref:
|
|
kind: Certificate
|
|
group: cert-manager.io
|
|
version: v1alpha2
|
|
name: serving-cert # this name should match the one in certificate.yaml
|
|
- name: SERVICE_NAMESPACE # namespace of the service
|
|
objref:
|
|
kind: Service
|
|
version: v1
|
|
name: webhook-service
|
|
fieldref:
|
|
fieldpath: metadata.namespace
|
|
- name: SERVICE_NAME
|
|
objref:
|
|
kind: Service
|
|
version: v1
|
|
name: webhook-service
|