helmify
helmify copied to clipboard
Creates Helm chart from Kubernetes yaml
Hi, Is it possible to add Job support? Thanks
I am trying the tool in our operator, and unfortunately it doesn't seem to inject the certificate into the ValidatingWebhookConfiguration and MutatingWebhookConfiguration correctly: kustomize patch: ``` apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration...
kompose --file production.yml -o $HOME/Documents/arthur_aks/arthur-kompose-manifests/production convert -c --volumes hostPath  Then using helmify: awk 'FNR==1 && NR!=1 {print "---"}{print}' $HOME/Documents/arthur_aks/arthur-kompose-manifests/production/templates/*.yaml | helmify $HOME/Documents/arthur_aks/arthur-helmify ERRO[0000] helmify...
I have [filed a PR](https://github.com/Homebrew/homebrew-core/pull/101924) to include this formula into the homebrew-core, might be easier for software discovery.
add dependabot to track down the `github-action` and `go.mod` dependency changes
The following snippet of YAML results in an invalid credentials.yaml file: ```yaml apiVersion: v1 kind: Secret metadata: name: spellbook-credentials type: Opaque data: MQTT_HOST: "Zm9vYmFy" MQTT_PORT: "Zm9vYmFy" ELASTIC_HOST: "Zm9vYmFy" ELASTIC_PORT: "Zm9vYmFy"...
I am trying to generate helm chart from yaml file https://github.com/Altinity/clickhouse-operator/blob/master/deploy/operator/clickhouse-operator-install-bundle.yaml but it creates variables with all multiline code as one variable: ` defaultPodTemplateYamlExample: | apiVersion: "clickhouse.altinity.com/v1" kind: "ClickHouseInstallationTemplate" metadata:...
This PR implements support for StatefulSets, which is pretty much the same as Deployments. To facilitate this I've abstracted out the processing of Deployment into logical functions so that both...
Why not install and run as a Helm plugin to leverage some of the same context, such as the required Helm version and cluster context. Does Helmify improve, differ, compliment,...
Thank you for this amazing project. When generating the charts, the image tag is also set in values.yaml. In the deployment itself, the default is set correctly (.Chart.Appversion) , but...