Open btrepp opened 3 years ago
could be it just a matter of removing "
in this line? https://github.com/ori-edge/k8s_gateway/blob/aaa1863e2df9b08aee0eb5a4a8d59e7b48b01faa/charts/k8s-gateway/templates/configmap.yaml#L23
@btrepp do you want to test to see if it works?
Bit of a noob on this but will do when I get a chance :)
Hello, I have the same need, so this "simple" evolution could really be cool :)
This is an amazing plugin. Incredibly useful.
I think the template substitution may cause grief in the helm chart when specifying multiple domains.
works fine
causes both to fail.
I believe it is because the configmap is generated like so
and
Workaround: editing the configmap in the second case to not have quotes. E.g.
works perfectly, but does mean it needs to be edited by hand after the helm deploy :).
Note: I'm deploying this using argocd, so unsure if that is maybe interfering as well. I would think not, but worth mentioning.