Git Product home page Git Product logo

toolkit-charts's Introduction

Toolkit charts

A collection of helm charts used by and/or provided for the Garage Cloud Native Toolkit artifacts

This GitHub cloud-native-toolkit/toolkit-charts repository also serves as a Helm repository, hosting the helm charts via GitHub pages.

The url for the Helm repository is charts.cloudnativetoolkit.dev

To view the helm repo metadata see index.yaml

Usage

The following commands assume Helm 3. The helm charts can be used with Helm 2 but the syntax is slightly different.

Register the helm repository

helm repo add toolkit-charts https://charts.cloudnativetoolkit.dev

List the charts in the helm repository

helm repo update
helm search repo [keyword]

Work with the helm chart

Render the helm chart to the resource yaml then apply it with kubectl:

helm template mychart toolkit-charts/{chart} --namespace {namespace} ... | kubectl apply -n {namespace} -f -

Let helm install the chart and manage the releases

helm install mychart toolkit-charts/{chart} --namespace {namespace} ...

Alternatively, the helm repo can be inlined with the --repo argument, skipping the helm repo add step

helm template mychart {chart} --namespace {namespace} --repo https://charts.cloudnativetoolkit.dev ... | kubectl apply -n {namespace} -f -

hello

toolkit-charts's People

Contributors

seansund avatar ncolon avatar hollisc avatar triceam avatar vbudi000 avatar lsteck avatar atbijo avatar jesusmah avatar csantanapr avatar benswinney avatar pwharned avatar ramyaraghuveera avatar davemulley avatar

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.