Can I use remote function build on private git repository via ssh authenctication? #3204
Unanswered
Khodesaeed
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have situation, that I need to use remote build of the func CLI feature with TekTon pipeline.
So far, I have a task that create
func.yamlfile:And here is the remote builder task:
And here is my pipeline:
And here is my
pipelinerunfile:But I'm not sure if this approach is correct. (create two secrets of git repository and registry credential and assign them to a ServiceAccount)
Besides, the git credential doesn't applied into cluster.
Beta Was this translation helpful? Give feedback.
All reactions