use flake

# Repo-local kubeconfig — populated by `task dev:cluster:up`. Exporting it
# here unconditionally means kubectl/helm/k9s/etc. used inside this directory
# never accidentally hit another cluster, even before the file exists.
export KUBECONFIG="$PWD/kubeconfig.yaml"
