Good evening I am trying out the Pulumi Kubernetes...
# kubernetes
g
Good evening I am trying out the Pulumi Kubernetes Operator (again actually) I have the code running, BUT im using a pat for authenticating with GIT. Im in azure devops and when I have added my SSH key and using the correct projectPath for my stack I get this error:
Copy code
listing: unknown error: remote: Command git-upload-pack '/v3/myorganization.git' is not in expected format.
the stack looks like:
Copy code
projectRepo: <mailto:git@ssh.dev.azure.com|git@ssh.dev.azure.com>:v3/organization1/poc/example
I have added the known host on operator level, but I cant seem to get this working. Does anyone have a working example with SSH keys for Azure Devops with the V2 Kubernetes Operator that could guide me in the right direction?