Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 553 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 553 Bytes

Public AdmanTIC Helm Charts

Library which gathers different custom Helm Charts.

Prerequisites

  • Kubernetes 1.23+
  • Helm 3

Usage

You can add the public Chartmuseum and install one of these charts:

$ helm repo add public-admantic-charts https://chartmuseum.admantic.fr
$ helm upgrade -in $NAMESPACE --create-namespace $NAME public-admantic-charts/$CHART

Or you can directly install the chart:

helm upgrade -in $NAMESPACE --create-namespace $NAME --repo=https://chartmuseum.admantic.fr/ public-admantic-charts/$CHART