fix: SSH Configuation for Kube API Server

Name mismatch on the extesions.
This commit is contained in:
Khalifah Shabazz
2025-06-01 23:23:28 -04:00
parent 2789e8ce42
commit 1889697098
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ certs=(
"admin" "node01" "node02"
"kube-proxy" "kube-scheduler"
"kube-controller-manager"
"kube-api-server"
"kube-apiserver"
"service-accounts"
)
```