Coder Social home page Coder Social logo

helm-starter's Introduction

Helm Chart Starter

This repository contains starter templates for Helm. Check out the documentation to learn what starter templates are.

Usage with helm-starter

helm starter fetch https://github.com/christianknell/helm-starter.git

To use a starter, run:

helm create <CHART_NAME> --starter helm-starter/<STARTER_NAME>

For example to use the default starter template, run:

helm create <CHART_NAME> --starter helm-starter/default

Needed changes after creation

After running the above command you still have to apply some changes to the created files.

  1. Chart.yaml:
    1. change appVersion
    2. change description
    3. change version
    4. add home
    5. add icon
    6. add maintainers
    7. add sources
  2. values.yaml:
    1. change image.registry
    2. change image.repository
    3. change image.tag
  3. README.md.gotmpl:
    1. replace the helm registry host christianknell https://christianknell.github.io/helm-charts
    2. replace <CHARTNAME> with the real name of the chart
    3. add an <INTRODUCTION>
    4. replace <APPLICATION_NAME> and <APPLICATION_LINK> with the real values

That's basically all you have to do to have a clean starting point. The provided values.yaml comes already with annotations for usage with helm-docs. See these instructions on how to create a README.md in an automatic fashion.

Update with helm-starter

helm starter update helm-starter

helm-starter's People

Contributors

christianknell avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

helm-starter's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.