Skip to content

docs: document the cert-manager.io/secret-template ingress annotation#2160

Open
yugstar wants to merge 2 commits into
cert-manager:masterfrom
yugstar:docs-1715-secret-template-ingress
Open

docs: document the cert-manager.io/secret-template ingress annotation#2160
yugstar wants to merge 2 commits into
cert-manager:masterfrom
yugstar:docs-1715-secret-template-ingress

Conversation

@yugstar

@yugstar yugstar commented Jun 16, 2026

Copy link
Copy Markdown

What

Documents the cert-manager.io/secret-template annotation in the Supported Annotations list on the Ingress usage page.

Why

The auto-generated annotations reference (content/docs/reference/annotations.md) already lists cert-manager.io/secret-template and cross-links it to the Ingress usage page, but that page's Supported Annotations list never documented it, so the cross-reference landed on a page with no matching entry (#1715).

The new bullet describes the annotation accurately per the cert-manager source (IngressSecretTemplate): the value is a JSON representation of the Certificate spec.secretTemplate (which accepts annotations and labels maps), with no unknown fields, plus an example.

Closes #1715

NONE

The auto-generated annotations reference already cross-links
cert-manager.io/secret-template to the Ingress usage page, but the
"Supported Annotations" list on that page never documented it (cert-manager#1715).

Add a bullet describing the annotation: its value is a JSON
representation of the Certificate spec.secretTemplate (annotations and
labels maps), with an example.

Closes cert-manager#1715

Signed-off-by: Aman Raj <aman.yug@gmail.com>
@cert-manager-prow cert-manager-prow Bot added the dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. label Jun 16, 2026
@cert-manager-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign sgtcodfish for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cert-manager-prow cert-manager-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 16, 2026
@netlify

netlify Bot commented Jun 16, 2026

Copy link
Copy Markdown

Deploy Preview for cert-manager ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit ba80380
🔍 Latest deploy log https://app.netlify.com/projects/cert-manager/deploys/6a326a6dbdb7e90008e24ac7
😎 Deploy Preview https://deploy-preview-2160--cert-manager.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Signed-off-by: Aman Raj <aman.yug@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The ingress annotation cert-manager.io/secret-template is not documented

2 participants