certmanager v1.21.1

Certificate.spec.secretTemplate

Defines annotations and labels to be copied to the Certificate's Secret. Labels and annotations on the Secret will be changed as they appear on the SecretTemplate when added or removed. SecretTemplate annotations are added in conjunction with, and cannot overwrite, the base set of annotations cert-manager sets on the Certificate's Secret.

2 fields
Certificate.spec.secretTemplate fields and descriptions
Field / TypeDescription
map[string]string

Annotations is a key value map to be copied to the target Kubernetes Secret.

map[string]string

Labels is a key value map to be copied to the target Kubernetes Secret.