61a316ce1c
The current PS adds manifests files to update CAPI components to 0.4.2 version. Relates-To: #518 Change-Id: Id6019ca0867a776902595308bfdbd554b2ffe54e
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
|