konstructio / kubefirst-api

Kubefirst API that serves console frontend
MIT License
10 stars 14 forks source link

fix: pass SSH private key content as environment variable for K3s #353

Closed DrummyFloyd closed 3 months ago

DrummyFloyd commented 3 months ago

hotFix : #https://github.com/kubefirst/gitops-template/pull/758

because i passe the sshkey file path before ( which work on local) but not on prod mode due to cluster 0 stuff

so we pass the content directly to cli

--ssh-private-key $(cat ~/.ssh/id_ed....)