github.com/kotalco/kotal@v0.3.0/config/crd/patches/cainjection_in_ipfs_peers.yaml (about)

     1  # The following patch adds a directive for certmanager to inject CA into the CRD
     2  # CRD conversion requires k8s 1.13 or later.
     3  apiVersion: apiextensions.k8s.io/v1
     4  kind: CustomResourceDefinition
     5  metadata:
     6    annotations:
     7      cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
     8    name: peers.ipfs.kotal.io