57a543478c
Adding Deployment manifests and README.md Relates-To-Issue: #78 Change-Id: I9fd1aa39a19bd1d60bdbed826016aeb0786bb188 Co-Authored-By: Ashu Kumar <ashughorla@gmail.com>
17 lines
390 B
YAML
17 lines
390 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
|