cpitman / template2helm

Converts an OpenShift template into a Helm chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template2Helm

Template2Helm is a go utility that converts OpenShift templates into Helm charts.

Usage

Install from source

make install

Run like so:

template2helm convert --template ~/src/openshift-templates/jobs/slack-notify-job-template.yml --chart ~/tmp/charts

About

Converts an OpenShift template into a Helm chart

License:Apache License 2.0


Languages

Language:Go 64.4%Language:Makefile 35.6%