digitalocean / Kubernetes-Starter-Kit-Developers

Hands-on tutorial and Automation stack for an operations-ready DigitalOcean Kubernetes (DOKS) cluster.
761 stars 263 forks source link

Fixed an issue with the start of the file resulting in an error #209

Open tylermatchett opened 3 months ago

tylermatchett commented 3 months ago

The first line of "---" causes kubectl apply to return the error:

error: no objects passed to apply

due to the fact nothing comes before that --- and it reads that as an empty file.