diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 7ffae1a..e543d02 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 ``` 2. **Update Headlamp deployment**: @@ -130,7 +130,7 @@ For Headlamp running in Kubernetes: kind: Deployment metadata: name: headlamp - namespace: headlamp + namespace: spec: template: spec: @@ -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 ``` ## Verification