Skip to content

Commit

Permalink
Merge pull request #446 from flmmartins/master
Browse files Browse the repository at this point in the history
Add multiple ingresses usage section
  • Loading branch information
jetstack-bot committed Sep 5, 2023
2 parents 172cc4d + aef6742 commit 0ef97ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/docs/usage/ingress.md
Expand Up @@ -170,6 +170,10 @@ trigger Certificate resources to be automatically created:
configure `spec.privateKey.rotationPolicy` field to set the rotation policy of the private key for a Certificate.
Valid values are `Never` and `Always`. If unset a rotation policy `Never` will be used.

## Generate multiple certificates with multiple ingresses

If you need to generate certificates from multiple ingresses make sure it has the issuer annotation.
Besides the annotation, it is necessary that each ingress possess a unique `tls.secretName`

## Optional Configuration

Expand Down

0 comments on commit 0ef97ce

Please sign in to comment.