Skip to content

Commit 544b447

Browse files
authored
Fix secret-dashboard.yaml command (#171)
* Fix secret-dashboard.yaml command * Fix ingress.yaml command * Apply dashboard middleware * Fix helm repo update command
1 parent b3b4c1b commit 544b447

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

_posts/2022-08-06-kube-traefik-cert-manager-le.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ htpasswd -nb techno password | openssl base64
140140
apply secret
141141

142142
```bash
143-
kubectl apply -f secret
143+
kubectl apply -f secret-dashboard.yaml
144144
```
145145

146146
get secret
@@ -149,10 +149,16 @@ get secret
149149
kubectl get secrets --namespace traefik
150150
```
151151

152+
apply middleware
153+
154+
```bash
155+
kubectl apply -f middleware.yaml
156+
```
157+
152158
apply dashboard
153159

154160
```bash
155-
kubectl apply -f dashboard.yaml
161+
kubectl apply -f ingress.yaml
156162
```
157163

158164
visit
@@ -183,7 +189,7 @@ helm repo add jetstack https://charts.jetstack.io
183189
```
184190

185191
```bash
186-
update
192+
helm repo update
187193
```
188194

189195
```bash

0 commit comments

Comments
 (0)