Skip to content

Commit c5e5e5b

Browse files
committed
certrotation: fix typo
kuberentes -> kubernetes
1 parent c88e363 commit c5e5e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/certrotationcontroller/certrotationcontroller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ func newCertRotationController(
367367
Name: "service-network-serving-ca",
368368
AdditionalAnnotations: certrotation.AdditionalAnnotations{
369369
JiraComponent: "kube-apiserver",
370-
Description: "CA for recognizing the kube-apiserver when connecting via the service network (kuberentes.default.svc).",
370+
Description: "CA for recognizing the kube-apiserver when connecting via the service network (kubernetes.default.svc).",
371371
// ServiceNetworkServing is not being tested directly, but this CA will be rotated when
372372
// other signers are updated and needs to have the same metadata set
373373
TestName: "[Conformance][sig-api-machinery][Feature:APIServer] kube-apiserver should be accessible via service network endpoint [Suite:openshift/conformance/parallel/minimal]",

0 commit comments

Comments
 (0)