Add TODO for domain label values
This commit is contained in:
parent
01efbca114
commit
b0e65f84c7
@ -17,6 +17,10 @@ import (
|
||||
func podLabels(crt *v1alpha1.Certificate, domain string) map[string]string {
|
||||
return map[string]string{
|
||||
certNameLabelKey: crt.Name,
|
||||
// TODO: we need to support domains longer than 63 characters
|
||||
// this value should probably be hashed, and then the full plain text
|
||||
// value stored as an annotation to make it easier for users to read
|
||||
// see #425 for details: https://github.com/jetstack/cert-manager/issues/425
|
||||
domainLabelKey: domain,
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user