9f1916d8dd
Forked kustomization from 0.3.3 release Change-Id: I7e7074fe6e68aff4c3280567160ebb25bd9f7780
20 lines
459 B
YAML
20 lines
459 B
YAML
# This configuration is for teaching kustomize how to update name ref and var substitution
|
|
nameReference:
|
|
- kind: Issuer
|
|
group: cert-manager.io
|
|
fieldSpecs:
|
|
- kind: Certificate
|
|
group: cert-manager.io
|
|
path: spec/issuerRef/name
|
|
|
|
varReference:
|
|
- kind: Certificate
|
|
group: cert-manager.io
|
|
path: spec/commonName
|
|
- kind: Certificate
|
|
group: cert-manager.io
|
|
path: spec/dnsNames
|
|
- kind: Certificate
|
|
group: cert-manager.io
|
|
path: spec/secretName
|