diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7c145ad --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +DATABASE_URL=postgresql://postgres:password@localhost:5432/database?sslmode=disable +ENABLE_CRD_REFLECTION=true + +KUBERNETES_NAMESPACE=minikura +KUBERNETES_SKIP_TLS_VERIFY=true