Skip to content

Commit 0ef97ce

Browse files
authored
Merge pull request #446 from flmmartins/master
Add multiple ingresses usage section
2 parents 172cc4d + aef6742 commit 0ef97ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/docs/usage/ingress.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ trigger Certificate resources to be automatically created:
170170
configure `spec.privateKey.rotationPolicy` field to set the rotation policy of the private key for a Certificate.
171171
Valid values are `Never` and `Always`. If unset a rotation policy `Never` will be used.
172172

173+
## Generate multiple certificates with multiple ingresses
174+
175+
If you need to generate certificates from multiple ingresses make sure it has the issuer annotation.
176+
Besides the annotation, it is necessary that each ingress possess a unique `tls.secretName`
173177

174178
## Optional Configuration
175179

0 commit comments

Comments
 (0)