-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Helm Chart #343
Comments
I like this idea. I'd like to explore the requirements a little bit before we make a commitment to do it. Here are a few questions for the community: What parameters do you need on the operator helm chart? Here's my preliminary list
Could you elaborate why helm is better for you than kustomize? There is a Kustomize project layout the |
For me, Helm > Kustomize purely because of familiarity. I know how to run Helm charts in Terraform (which I have to use). Kustomize is new to me. Looks great, but do I have to convert everything to Kustomize? If so, that's a non-starter. ;) Other Helm charts I use include thanks for the quick answer back :) |
Hi team, I know you've been hard at work getting to the 1.0.1 release. :) |
Does the list of parameters look good to you @brad-taylor-yvr from |
Hi that list looks ok to me
I also mentioned in the following comment:
If Operator version is not the way to pick the version of the cloud-sql-auth-proxy image, then that would be useful too. Along the same lines, if the version of cert-manager is non-deterministic, it might be useful to be able to change that too? thanks... :) |
Given the interest here, we'll work on prioritizing this. |
an additional point of view on the matter: the helm chart would help us indeed with terraform helm vs kustomizationThe helm terraform provider is maintained by hashicorp, and is battle tested and well known by the community. CRDs installationThe CRD story is critical for migrations from a previous kind of deployment: we cannot just delete everything and start again: workloads use the CRDs! For helm: I would recommend the
miscterraform cloud started billing by the resource: helm charts become even more interesting (vs ~30 |
Adding a feature to the helm chart values: #461: List namespaces monitored by the webhook. |
I just created a very early Proof of Concept helm chart. I would love your feedback as I design this new feature. See #483 |
Is there any update on that? The PR has been stale for many months. |
Any thoughts about / plans for creating a Helm Chart?
As is, it is a bit of a lift to convert the 30-odd resources in https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v0.5.0/cloud-sql-proxy-operator.yaml into something that can be orchestrated with Terraform, which will become out of date at the next release.
thanks...
Specifications
The text was updated successfully, but these errors were encountered: