Hello. I was able to successfully install <https:/...
# general
b
Hello. I was able to successfully install https://github.com/containous/traefik-helm-chart/tree/master/traefik chart using
pulumi-kubernetes
and
python
SDK. However, CRDs were not installed. When I do
helm install
manually, all CRDs are created. There is a warning in the chart description https://github.com/containous/traefik-helm-chart/tree/master/traefik#warning for Helm 2 that states that you will have to install all CRDs manually, however for helm 3 it is not required. I obviously use helm 3, and as far as I understood, pulumi just calls helm via cli. Can someone please help me with this?