Heyo with Pulumi Operator v2 Any issues when using...
# pulumi-kubernetes-operator
s
Heyo with Pulumi Operator v2 Any issues when using a branch? I seem to be getting
listing: repository not found
Tried with a commit, that seemed to be okay.
Copy code
status:
  conditions:
  - lastTransitionTime: "2024-11-11T00:29:08Z"
    message: reconciliation is stalled
    reason: NotReadyStalled
    status: "False"
    type: Ready
  - lastTransitionTime: "2024-11-11T00:29:08Z"
    message: 'listing: repository not found'
    reason: SourceUnavailable
    status: "True"
    type: Stalled
  observedGeneration: 2
Hmmm, seems like the fix was to add
.git
at the end of the
projectRepo
projectRepo: https://...private-repo.git
All good.