Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 876fb062fe | |||
| 143b2c36e0 | |||
| ecdee4a95a | |||
| 0c2132b013 |
@@ -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
|
||||
|
||||
+3
-1
@@ -51,7 +51,9 @@
|
||||
],
|
||||
"overrides": {
|
||||
"tar": "^7.5.11",
|
||||
"undici": "^7.24.3"
|
||||
"undici": "^7.24.3",
|
||||
"vite": ">=6.4.2",
|
||||
"lodash": ">=4.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-forge": "^1.4.0"
|
||||
|
||||
Generated
+1165
-751
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user