vino/config/crd/patches/cainjection_in_ippools.yaml
Matt McEuen 40d4804ad1 Add IPPool CR
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
2021-02-22 13:24:40 -06:00

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