We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51491e commit d0c4a57Copy full SHA for d0c4a57
crates/stackable-webhook/src/servers/conversion.rs
@@ -163,7 +163,8 @@ impl ConversionWebhookServer {
163
164
// This is how Kubernetes calls us, so it decides about the naming.
165
// AFAIK we can not influence this, so this is the only SAN entry needed.
166
- // FIXME (@Techassi): The cluster domain should be included here to form FQDN of the service
+ // TODO (@Techassi): The cluster domain should be included here, so that (non Kubernetes)
167
+ // HTTP clients can use the FQDN of the service for testing or user use-cases.
168
let subject_alterative_dns_name =
169
format!("{operator_service_name}.{operator_namespace}.svc",);
170
0 commit comments