benc-uk/dapr-store

Possible typo in chart-values.yaml

ceddlyburge opened this issue · 2 comments

Hi There

I have been following this repo, the blog post by Carlos, and various other resources to attempt to get a kubernetes ingress controller working with Dapr.

I spent some time trying to get things working, and I think the problem is with this line, which should be app-id, instead of just id.

dapr.io/id: "api-gateway"

This same typo appears on Carlos' original blog post.

I think it also needs to match the name from the helm install command, which is probably worth documenting.

Cheers, Cedd

It's likely that this was changed since Dapr went to v1

This project hasn't been tested with v2 yet, it's on my very long todo list to take a look at

Good catch thanks

I've been updating the app to work with Dapr 1.1 so this is fixed now