This is the code ``` var igTraefik = new Ch...
# general
f
This is the code
Copy code
var igTraefik = new Chart("ig-traefik", new ChartArgs
        {
            Namespace = "ig-system",
            Chart = "traefik",
            Repo = "stable",
            Values = new InputMap<object>
            {
                {"kubernetes.ingressEndpoint.useDefaultPublishedService", true},
                {"rbac.enabled", true},
                {"imageTag", "1.7.11"}
            }
        });