Closed jokestax closed 1 week ago
initialise correct vault client
Fixes # https://github.com/konstructio/kubefirst/issues/2323
provision Kubefirst in k3d environment,clone the Kubefirst and Kubefirst-api repo,in go.mod file of Kubefirst add the below line
replace github.com/konstructio/kubefirst-api v0.115.0 => <PATH_TO_KUBEFIRST_API_REPO>
then run
go build . ./kubefirst k3d root-credentials
Description
initialise correct vault client
Related Issue(s)
Fixes # https://github.com/konstructio/kubefirst/issues/2323
How to test
provision Kubefirst in k3d environment,clone the Kubefirst and Kubefirst-api repo,in go.mod file of Kubefirst add the below line
then run