This message was deleted.
# general
s
This message was deleted.
e
I haven't used the operator but I'd first check to see if that works just running the program locally, might be that example is broken.
b
I've just tried locally and node throws error on installation, so the example is broken, the problem is that is being referenced everywhere!
e
Yeh I'll ping this to our docs team, see if we can get those references fixed in our stuff at least
b
I've used kubernetes-ts-nginx/ from the -> https://github.com/pulumi/examples
Example with the Stack CR:
Copy code
apiVersion: <http://pulumi.com/v1|pulumi.com/v1>
kind: Stack
metadata:
  name: nginx-k8s-stack-4
spec:
  envRefs:
    PULUMI_ACCESS_TOKEN:
      type: Secret
      secret:
        name: pulumi-api-secret
        key: accessToken
  stack: alinalex/k8s-nginx/dev
  projectRepo: <https://github.com/pulumi/examples>
  repoDir: kubernetes-ts-nginx/
  branch: "refs/heads/master"
  destroyOnFinalize: true