github.com/IBM-Blockchain/fabric-operator@v1.0.4/config/certmanager/kustomizeconfig.yaml (about) 1 # This configuration is for teaching kustomize how to update name ref and var substitution 2 nameReference: 3 - kind: Issuer 4 group: cert-manager.io 5 fieldSpecs: 6 - kind: Certificate 7 group: cert-manager.io 8 path: spec/issuerRef/name 9 10 varReference: 11 - kind: Certificate 12 group: cert-manager.io 13 path: spec/commonName 14 - kind: Certificate 15 group: cert-manager.io 16 path: spec/dnsNames