fabric-samples/test-network-k8s-operator/kind/cert-manager/kustomization.yaml
Josh Kneubuhl 05e4b03283 Move fabric-kube-test-network from Hyperledgendary -> samples
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
2023-02-10 04:46:31 -05:00

11 lines
372 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- root-tls-issuer.yaml
- ca-issuer.yaml
# The CA issuer secret / cert is created by the KIND setup script, rather than
# in the kustomization. This allows for a certificate created by a previously
# configured KIND cluster to be re-used as the root CA.
# - ca-issuer-secret.yaml