sparse-intern-71089
08/20/2020, 8:52 PMkind-mechanic-53546
08/24/2020, 6:16 AMkind-mechanic-53546
08/24/2020, 6:18 AMprovider: new k8s.Provider("admin-provider", {
kubeconfig: stackRef.requireOutput("kubeConfigAdmin"),
}),
This is what I do in a shared config classfaint-motherboard-95438
08/24/2020, 10:19 AMk8s.Provider
since it needs only one arg (the kubeconfig
as a string
), and I already do that for this one, but that does not really work well for other `Provider`s which require a lot of args (I could eventually export each value but that seems dirty and not practical).