A-Beck / 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.

Installation

Installing is very simple. Simply download the proper binary from our latest release, and put it on your $PATH.

Usage

template2helm has one primary function, convert. It can be used like so to convert an OpenShift template to a Helm chart.

template2helm convert --template ./examples/slack-notify-job-template.yml --chart ~/tmp/charts

We have several example templates you can use to get started.

Contribution

Please open issues and pull requests! Check out our development guide for more info on how to get started. We also follow the general contribution guidelines for pull requests outlined on the Red Hat Community of Practice website.

About

Converts an OpenShift template into a Helm chart

License:Apache License 2.0


Languages

Language:Go 68.3%Language:Makefile 21.3%Language:Shell 10.4%