great-park-73778
02/24/2025, 2:20 PMlisting: error creating SSH agent: \"SSH agent requested but SSH_AUTH_SOCK not-specified
.
anyone seen similiar or am I just doing this wrongly.
Default installment from helm.
Stack looks something like this: I have changed all the values out for dummy values just for example. But you get the gist of it.
apiVersion: <http://pulumi.com/v1|pulumi.com/v1>
kind: Stack
metadata:
name: my-poc-stack
namespace: pulumi
spec:
stack: stackName
projectRepo: <mailto:git@ssh.dev.azure.com|git@ssh.dev.azure.com>:v3/organization/projectName/_git/repositoryName
branch: poc
backend: <azblob://state-name-goes-here?storage_account=account_name_goes_here>
destroyOnFinalize: false
refresh: true
envRefs:
SSH_PRIVATE_KEY:
type: Secret
secret:
name: git-ssh-key
key: ssh-privatekey
ARM_CLIENT_ID:
type: Secret
secret:
name: azure-identity-secret
key: ARM_CLIENT_ID
something obvious im doing wrong?
Thanks!great-park-73778
02/25/2025, 7:34 AMlisting: authentication required:
I feel the documentation is lacking on these points, https://www.pulumi.com/docs/iac/using-pulumi/continuous-delivery/pulumi-kubernetes-operator/
Have anyone got this to work with a private repository would the main question be right now.