34fd3e0bfc
* add documentation for openstack provider (capo) * add manifests for openstack provider (capo) * add cluster templates for control plane and workers * add site definition to use openstack provider (capo) with control plane and workers Change-Id: I7158aa87f2ef044d0acca448e3b1c19f58416e22
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
|