We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b4c1b commit 544b447Copy full SHA for 544b447
_posts/2022-08-06-kube-traefik-cert-manager-le.md
@@ -140,7 +140,7 @@ htpasswd -nb techno password | openssl base64
140
apply secret
141
142
```bash
143
-kubectl apply -f secret
+kubectl apply -f secret-dashboard.yaml
144
```
145
146
get secret
@@ -149,10 +149,16 @@ get secret
149
kubectl get secrets --namespace traefik
150
151
152
+apply middleware
153
+
154
+```bash
155
+kubectl apply -f middleware.yaml
156
+```
157
158
apply dashboard
159
160
-kubectl apply -f dashboard.yaml
161
+kubectl apply -f ingress.yaml
162
163
164
visit
@@ -183,7 +189,7 @@ helm repo add jetstack https://charts.jetstack.io
183
189
184
190
185
191
186
-update
192
+helm repo update
187
193
188
194
195
0 commit comments