Skip to content

helmparser is a small Go script that parses the Illumio Helm template YAML file into individual YAML documents.

Notifications You must be signed in to change notification settings

brian1917/helmparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Parser

helmparser is a small Go script that parses the Illumio Helm template YAML file into individual YAML documents.

Run using executable

  1. Download the latest executable from the release section of this repository: https://github.com/brian1917/helmparser/releases.
  2. Run helmparser illumio.yaml (the illumio.yaml file is the YAML output from helm template)

Run from source

  1. Have Go install.
  2. Run go run main.go illumio.yaml (the illumio.yaml file is the YAML output from helm template)

About

helmparser is a small Go script that parses the Illumio Helm template YAML file into individual YAML documents.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages