Skip to content

Commit 76b9b4c

Browse files
author
Dimitrij Klesev
committed
Trigger travis
1 parent 6da8942 commit 76b9b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/rcodezero.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ These annotations will be used to determine what services should be registered w
180180
181181
Create the Deployment and Service:
182182
183-
```
183+
```bash
184184
$ kubectl create -f nginx.yaml
185185
```
186186

@@ -194,7 +194,7 @@ Check your [RcodeZero Configured Zones](https://my.rcodezero.at/domain) and sele
194194

195195
Once you have verified that ExternalDNS successfully manages RcodeZero DNS records for external services, you can delete the tutorial example as follows:
196196

197-
```
197+
```bash
198198
$ kubectl delete -f nginx.yaml
199199
$ kubectl delete -f externaldns.yaml
200200
```

0 commit comments

Comments
 (0)