All Projects → rapidsai → frigate

rapidsai / frigate

Licence: other
Frigate is a tool for automatically generating documentation for your Helm charts

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Mustache
554 projects
Jinja
831 projects

Projects that are alternatives of or similar to frigate

k8s-ovpn-chart
[DEPRECATED] Helm chart for a private OpenVPN server
Stars: ✭ 19 (-66.67%)
Mutual labels:  helm-charts, helm-chart
hull
The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows
Stars: ✭ 66 (+15.79%)
Mutual labels:  helm-charts, helm-chart
charts
Helm charts for creating reproducible and maintainable deployments of Polyaxon with Kubernetes.
Stars: ✭ 32 (-43.86%)
Mutual labels:  helm-charts, helm-chart
charts
Public helm charts
Stars: ✭ 15 (-73.68%)
Mutual labels:  helm-charts, helm-chart
khelm
A Helm chart templating CLI, kpt function and kustomize plugin
Stars: ✭ 46 (-19.3%)
Mutual labels:  helm-charts, helm-chart
stackstorm-ha
K8s Helm Chart (βeta!) that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
Stars: ✭ 74 (+29.82%)
Mutual labels:  helm-charts, helm-chart
aks-multi-tenant-agic
This sample shows how to use the Application Gateway Ingress Controller in a multi-tenant AKS cluster to expose multiple instances of the same application, one for each tenant.
Stars: ✭ 27 (-52.63%)
Mutual labels:  helm-charts, helm-chart
helm-charts
docs.renovatebot.com/helm-charts
Stars: ✭ 51 (-10.53%)
Mutual labels:  helm-charts, helm-chart
helm-charts
Source & Repo of https://charts.kubesphere.io/main & https://charts.kubesphere.io/test
Stars: ✭ 85 (+49.12%)
Mutual labels:  helm-charts, helm-chart
vault-charts
Charts to deploy Hashicorp Vault in Kubernetes
Stars: ✭ 15 (-73.68%)
Mutual labels:  helm-charts
aws-eks-accelerator-for-terraform
Configure and deploy complete EKS clusters.
Stars: ✭ 1,220 (+2040.35%)
Mutual labels:  helm-charts
Helm-Cheat-Sheet
A cheat sheet for Helm commands.
Stars: ✭ 72 (+26.32%)
Mutual labels:  helm-charts
helm-charts
Helm charts for sigstore project
Stars: ✭ 33 (-42.11%)
Mutual labels:  helm-charts
charts
Fairwinds helm chart repository
Stars: ✭ 99 (+73.68%)
Mutual labels:  helm-charts
kubernetes-logging-helm
Scalable Kubernetes logging stack with Opensearch
Stars: ✭ 42 (-26.32%)
Mutual labels:  helm-charts
terraform-helmfile
Run Helmfile from Terraform
Stars: ✭ 32 (-43.86%)
Mutual labels:  helm-chart
helm-zabbix
Helm Chart For Zabbix
Stars: ✭ 56 (-1.75%)
Mutual labels:  helm-chart
billimek-charts
DEPRECATED - new home is https://github.com/k8s-at-home/charts
Stars: ✭ 90 (+57.89%)
Mutual labels:  helm-charts
kubehelper
KubeHelper - simplifies many daily Kubernetes cluster tasks through a web interface. Search, analysis, run commands, cron jobs, reports, filters, git synchronization and many more.
Stars: ✭ 200 (+250.88%)
Mutual labels:  helm-chart
helm-charts
My collection of Helm charts.
Stars: ✭ 62 (+8.77%)
Mutual labels:  helm-charts

Frigate

Frigate is a tool for automatically generating documentation for your Helm charts.

Features:

  • Render documentation from your Chart.yaml and values.yaml files.
  • Supports outputting as markdown, reStructuredText and HTML.
  • Sphinx extension for including in Python documentation.

Installation

$ pip install frigate

Usage

$ frigate gen path/to/chart

Chart
==========

Chart description.

...

Pre-commit-hook

Into the repository you want to have the pre-commit hook installed, run:

cat <<EOF >> .pre-commit-config.yaml
- repo: https://github.com/rapidsai/frigate
  rev: v0.4.0 #  pre-commit autoupdate  - to keep the version up to date
  hooks:
    - id: frigate
EOF

Parameters

You can add extra parameters with :

- repo: https://github.com/rapidsai/frigate
  rev: v0.4.0 #  pre-commit autoupdate  - to keep the version up to date
  hooks:
    - id: frigate
      args:
        - --output=README.rst
        - --format=rst
        - --no-credits
        - --no-deps

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].