This message was deleted.
# pulumi-kubernetes-operator
s
This message was deleted.
s
Can you run a
git show-ref poc
? Make sure
refs/heads/poc
shows up and that is what you want to refer to in the branch (no leading
/
)
c
Copy code
git show-ref poc
45a9403d4cd84411f6b14db1718c7638b9896e0a refs/heads/poc
45a9403d4cd84411f6b14db1718c7638b9896e0a refs/remotes/origin/poc
btw, i believe i deployed v1.3.0
yup
branch: “refs/heads/main” #this works for some reason but /refs/heads/poc results in reference not found
yeah that’s a typo in my comment…. i tested without the leading /
and here’s the gitlab branches view
s
ah - I think you want to use
refs/remotes/origin/poc
as the reference. The way go automation api for pulumi checks out the repo, only the default branch is available locally and other refs are not pulled down. It should work with the above variant.
Apologies for the delay in responding here.
c
thanks. will try that tomorrow.
sorry….finally got back to try this and i believe it worked. i think i encountered an error with the actual main.py now. thanks
👍 1