imfreedom/k8s-cluster

Don't explicitly set the default tlsoptions as we don't need to and doing so shows up as an error in the dashboard
---
tasks:
import:
type: docker/import
files:
- .:.
run:
type: docker/run
image: rwgrim/kube-lint:latest
plans:
default:
stages:
- tasks: [import, run]