Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit da3bcb6

Browse files
faiqdkoshkin
andauthored
Update pkg/handlers/generic/mutation/extraapiservercertsans/inject.go
Co-authored-by: Dimitri Koshkin <[email protected]> Signed-off-by: Faiq <[email protected]>
1 parent b6505f3 commit da3bcb6

File tree

1 file changed

+1
-0
lines changed
  • pkg/handlers/generic/mutation/extraapiservercertsans

1 file changed

+1
-0
lines changed

pkg/handlers/generic/mutation/extraapiservercertsans/inject.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ func (h *extraAPIServerCertSANsPatchHandler) Mutate(
7070
if err := h.client.Get(ctx, clusterKey, cluster); err != nil {
7171
return err
7272
}
73+
TODO: move the defaults to a mutating webhook
7374
defaultAPICertSANs := getDefaultAPIServerSANs(cluster)
7475
extraAPIServerCertSANsVar, found, err := variables.Get[v1alpha1.ExtraAPIServerCertSANs](
7576
vars,

0 commit comments

Comments
 (0)