Skip to content

Converts an OpenShift template into a Helm chart

License

Notifications You must be signed in to change notification settings

mabulgu/template2helm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 69.0%
  • Makefile 20.8%
  • Shell 10.2%