Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.61 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.61 KB

Addons

Overview

This repository contains addons which the Helm Broker uses. It allows you to choose a set of addons you want to use, define your own addons, and configure the Helm Broker to use them.

Usage

The addons folder contains sources of addons and index.yaml files that are available in releases. To learn more about the release process, read this document. To learn how to configure the Helm Broker to use different set of addons, read the Helm Broker configuration document.

Development

Develop your own remote addons repository forked from the original repository. Read this document to learn how. On your fork, you can create your own addons. Read the CONTRIBUTING.md document that includes the contributing rules specific for this repository.

Project structure

The repository has the following structure:

  ├── .github                     # Pull request and issue templates    
  ├── bin                         # Tools used by Travis CI         
  ├── addons                      # Sources of addons                                                
  ├── docs                        # Documentation source files
  └── scripts                     # Scripts and tools which check and create addons