Skip to content

Commit ff8d176

Browse files
fix(post): Fix formatting on traefik + cert-manager
1 parent 22ebb2c commit ff8d176

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you need to install a new kubernetes cluster you can use my [Ansible Playbook
2525
## Resources
2626

2727
> You can find all of the resources from this tutorial [here](https://github.com/techno-tim/launchpad/tree/master/kubernetes/traefik-cert-manager)
28-
{: .prompt-success }
28+
{: .prompt-info }
2929

3030
### helm
3131

@@ -64,6 +64,9 @@ version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c
6464

6565
## Traefik
6666

67+
> These [resources](https://github.com/techno-tim/launchpad/tree/master/kubernetes/traefik-cert-manager) are in the `launchpad/kubernetes/traefik-cert-manager/traefik/` folder
68+
{: .prompt-info }
69+
6770
```bash
6871
helm repo add traefik https://helm.traefik.io/traefik
6972
```
@@ -166,6 +169,9 @@ Visit `https://traefik.local.example.com`
166169

167170
## Sample Workload
168171

172+
> These [resources](https://github.com/techno-tim/launchpad/tree/master/kubernetes/traefik-cert-manager) are in the `launchpad/kubernetes/traefik-cert-manager/nginx/` folder
173+
{: .prompt-info }
174+
169175
```bash
170176
kubectl apply -f deployment.yaml
171177
kubectl apply -f service.yaml
@@ -180,6 +186,9 @@ kubectl apply -f nginx
180186

181187
## cert-manager
182188

189+
> These [resources](https://github.com/techno-tim/launchpad/tree/master/kubernetes/traefik-cert-manager) are in the `launchpad/kubernetes/traefik-cert-manager/cert-manager/` folder
190+
{: .prompt-info }
191+
183192
Add repo
184193

185194
```bash

0 commit comments

Comments
 (0)