Hey. Thanks for answer. Unfortunately there is some differences between stacks.
For example, If I deploy to minikube, I need just to import k8s.Provider(context: minikube)
but if I want to deploy to OVH, I need to create k8s cluster first, get kubeconfig, and then export it as a k8s.Provider.
It's fine, but If I'm deploying to minikube, I don't want to be asked about OVH secrets. I thought I'd just wrap OVH provider in simple if, and if stack === 'dev' I will not use it, but it still asks me for secrets