Tony Yun
08/17/2022, 8:07 PMkubectl create secret generic ssh-keys --from-file=id_rsa=/path/to/.ssh/id_rsa --from-file=id_rsa.pub=/path/to/.ssh/id_rsa.pub
But how can we mount the ssh key to Prefect flow job? In all answers I see, it needs to be specified in k8s pod definition.Bianca Hoch
08/18/2022, 2:30 PMTony Yun
08/19/2022, 7:34 PM