Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 876fb062fe | |||
| 143b2c36e0 |
@@ -121,7 +121,7 @@ For Headlamp running in Kubernetes:
|
|||||||
kubectl create configmap headlamp-sealed-secrets-plugin \
|
kubectl create configmap headlamp-sealed-secrets-plugin \
|
||||||
--from-file=main.js=dist/main.js \
|
--from-file=main.js=dist/main.js \
|
||||||
--from-file=package.json=package.json \
|
--from-file=package.json=package.json \
|
||||||
-n headlamp
|
-n kube-system
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Update Headlamp deployment**:
|
2. **Update Headlamp deployment**:
|
||||||
@@ -149,7 +149,7 @@ For Headlamp running in Kubernetes:
|
|||||||
3. **Apply and restart**:
|
3. **Apply and restart**:
|
||||||
```bash
|
```bash
|
||||||
kubectl apply -f headlamp-deployment.yaml
|
kubectl apply -f headlamp-deployment.yaml
|
||||||
kubectl rollout restart deployment/headlamp -n headlamp
|
kubectl rollout restart deployment/headlamp -n kube-system
|
||||||
```
|
```
|
||||||
|
|
||||||
## Verification
|
## Verification
|
||||||
|
|||||||
Reference in New Issue
Block a user