Trigger travis

This commit is contained in:
Dimitrij Klesev 2019-02-19 11:49:41 +01:00
parent 6da894253e
commit 76b9b4c472
No known key found for this signature in database
GPG Key ID: 677B420908DB1D5B

View File

@ -180,7 +180,7 @@ These annotations will be used to determine what services should be registered w
Create the Deployment and Service: Create the Deployment and Service:
``` ```bash
$ kubectl create -f nginx.yaml $ kubectl create -f nginx.yaml
``` ```
@ -194,7 +194,7 @@ Check your [RcodeZero Configured Zones](https://my.rcodezero.at/domain) and sele
Once you have verified that ExternalDNS successfully manages RcodeZero DNS records for external services, you can delete the tutorial example as follows: Once you have verified that ExternalDNS successfully manages RcodeZero DNS records for external services, you can delete the tutorial example as follows:
``` ```bash
$ kubectl delete -f nginx.yaml $ kubectl delete -f nginx.yaml
$ kubectl delete -f externaldns.yaml $ kubectl delete -f externaldns.yaml
``` ```