mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
41 lines
912 B
YAML
41 lines
912 B
YAML
bases:
|
|
- ../crd
|
|
- ../rbac
|
|
- ../manager
|
|
- ../webhook
|
|
- ../certmanager
|
|
|
|
patchesStrategicMerge:
|
|
# Enable webhook
|
|
- manager_webhook_patch.yaml
|
|
# Enable certmanager integration
|
|
- webhookcainjection_patch.yaml
|
|
|
|
vars:
|
|
- name: CERTIFICATE_NAMESPACE # namespace of the certificate CR
|
|
objref:
|
|
kind: Certificate
|
|
group: cert-manager.io
|
|
version: v1
|
|
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: v1
|
|
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
|