-
Notifications
You must be signed in to change notification settings - Fork 139
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
Helmify Repo Contribution #64
Comments
Hi, i am really happy to hear that helmify can be used in such a big and important project, and very welcome to contributions!
If you have any other questions, we can continue the discussion here or you can email me at [email protected] |
Sounds good, I'll be discussing with my team tomorrow. I was just trying out the tool today with command like
But when I run the program it produces nothing in the templates. I guess this should be fine I can just bypass it with From your README you says so far it supports:
Is this still up-to-date? Also in one of my charts knative-serving, it has crds dependencies and seems like the program will not create a crds folder and put the crds yaml files inside it as recommended I create a crds folder manually and move all the Interestingly I don't see this issue for another chart if the crds.yaml are not inside a It will be helpful if you can point me to other documentations beside the README. |
Hi, generated chart utilized to use helm namespace options. So helmify trims namespaces from input manifests and expects that all resources are in the same namespace or global. Then you can set and create an arbitrary namespace for a chart with To put crds in a separate dir, you can run helmify with Unfortunately, all docs for this project are in the readme or in List of supported resources is up-to-date. |
How does the tool handle the manifest that the kind is not listed: I see sometimes a single yaml file will contain two files in there, and when you run helm install, the pod error out example of one of the generated template file
it might be due to the fact that the kind is not listed. |
yes, for not listed kinds helmify only processes metadata with default processor. |
Hi,
I'm a developer in AWS working on k8s ML platform/toolings. I recently came across your helmify tool that seems to solve the same problem we had a while ago.
At first we were deploying our program with kustomize but in our recent release we are supporting both helm and terraform. You can check out our repo: https://github.com/awslabs/kubeflow-manifests
I wonder if we can contribute back to the repo instead of solving the same thing.
It will be helpful if you can:
The text was updated successfully, but these errors were encountered: