
This converts the ipammer to use an IPPool CR-based to persist IPAM state. This followon patchset adds the actual persistence to the API Server: https://review.opendev.org/c/airship/vino/+/774184 Change-Id: Ib81a0bc6be1c74d85e2adc2dcadd09590a65b292
9 lines
342 B
YAML
9 lines
342 B
YAML
# The following patch adds a directive for certmanager to inject CA into the CRD
|
|
# CRD conversion requires k8s 1.13 or later.
|
|
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
annotations:
|
|
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
|
|
name: ippools.airship.airshipit.org
|