Skip to content

M00nF1sh/mkdocs-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mkdocs Helm Plugin

An Mkdocs Plugin to turn github pages as an helm repo.

How to use

  1. Adding helm-repo plugin into mkdocs.yaml and configure it.
    plugins:
     - helm-repo:
         chart: alb-ingress-controller-helm
  2. Supported plugin configurations:
    • chart: Required, path to your helm chart from root directory.
    • chart_dir: Optional(default to 'charts'), http path to host your actual charts
    • helm_repo_url: Optional(default to github pages), intended helm repository url
  3. Supported environment variables:
    • HELM_BIN: Optional(default to 'helm') path to your helm binary
    • GIT_BIN: Optional(default to 'git') path to your git binary

About

An mkdocs plugin that turns docs website into helm repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages