rimusz / charts

Helm Charts for Kubernetes
MIT License
90 stars 70 forks source link

[gcloud-sqlproxy] Private IP not working after update to 0.25 #150

Open bmaehr opened 8 months ago

bmaehr commented 8 months ago

Now it is necessory to add

  values:
    extraArgs:
      private-ip: true

to the configuration.

poligraph commented 8 months ago

@bmaehr could you try to use like that?

extraFlags:
  - private-ip
  - run-connection-test

https://github.com/rimusz/charts/blob/70539fe58069703cf1e5009ad84488d8a61a48b1/stable/gcloud-sqlproxy/values.yaml#L229