Closed brusdev closed 7 months ago
I was putting the emphasis on the provided
bit because the context will be in the attribute - tlsSecretName or sslSecretName etc.
maybe -pp for provided-pem (but I think -p for provided may be something we can reuse).
For sure the -secret is duplicate information, so I agree it needs to change.
I changed the suffix to -ptls
as discussed offline.
@gtully yes the main purpose is to keep the name small to not reach some limit. I would like to add something related the certificates because that suffix is used for
provided secrets that contain tls.crt and tls.key items in PEM format
. What about-pt
tah should mean provided tls that is the type of tls secrets?