Commit c924414b authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #45548 from justinsb/fix_typo_ss_controller

Automatic merge from submit-queue (batch tested with PRs 45826, 45747, 45548, 45606, 41766) Fix typo in name of ss controller
parents b3031c2c a88a0abb
......@@ -309,7 +309,7 @@ func NewControllerInitializers() map[string]InitFunc {
controllers["replicaset"] = startReplicaSetController
controllers["horizontalpodautoscaling"] = startHPAController
controllers["disruption"] = startDisruptionController
controllers["statefuleset"] = startStatefulSetController
controllers["statefulset"] = startStatefulSetController
controllers["cronjob"] = startCronJobController
controllers["certificatesigningrequests"] = startCSRController
controllers["ttl"] = startTTLController
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment