Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
/ template2helm Public archive

Converts an OpenShift template into a Helm chart

License

Notifications You must be signed in to change notification settings

redhat-cop/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.