mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
11 lines
372 B
YAML
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
|