Skip to content

funkypenguin/deprecated-nats-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geek-cookbook Discord Forums Cookbook Twitch Status

👋 Welcome, traveller!

The Geek Cookbook is a collection of geek-friendly "recipes" to run popular applications on Docker Swarm or Kubernetes, in a progressive, easy-to-follow format. Come and join us, fellow geeks! :neckbeard:

Contents

  1. What is this?
  2. Why it exists?

Why should I use this chart?

For one thing, it's known to be syntactically correct, thanks to the wonders of CI:

Linting Testing

How to use it?

Use helm to add the repo:

helm repo add geek-cookbook https://geek-cookbook.github.io/charts/

Then simply install using helm, for example

kubectl create namespace helm-nats-operator
helm upgrade --install --namespace helm-nats-operator geek-cookbook/helm-nats-operator

What is this?

This is a copy of the official NATS Helm Chart.

Why it exists?

I'm publishing it here until the official chart has an official repo (PR pending). My CI system requires a helm chart to be installed from a repo, rather than directly from the filesystem.