diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 7ffae1a..5f071fb 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -121,7 +121,7 @@ For Headlamp running in Kubernetes: kubectl create configmap headlamp-sealed-secrets-plugin \ --from-file=main.js=dist/main.js \ --from-file=package.json=package.json \ - -n headlamp + -n kube-system ``` 2. **Update Headlamp deployment**: @@ -149,7 +149,7 @@ For Headlamp running in Kubernetes: 3. **Apply and restart**: ```bash kubectl apply -f headlamp-deployment.yaml - kubectl rollout restart deployment/headlamp -n headlamp + kubectl rollout restart deployment/headlamp -n kube-system ``` ## Verification