All Projects → thomastaylor312 → helm-namespace

thomastaylor312 / helm-namespace

Licence: other
Namespace auto-creation for Helm 3

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to helm-namespace

helm-edit
Edit a Helm release
Stars: ✭ 109 (+275.86%)
Mutual labels:  helm, helm-plugin
helm-local
Helm plugin to run Tiller as a local daemon
Stars: ✭ 22 (-24.14%)
Mutual labels:  helm, helm-plugin
helm-certgen
Helm plugin for generation of TLS certificates
Stars: ✭ 15 (-48.28%)
Mutual labels:  helm, helm-plugin
helm-unittest
BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.
Stars: ✭ 276 (+851.72%)
Mutual labels:  helm, helm-plugin
hull
The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows
Stars: ✭ 66 (+127.59%)
Mutual labels:  helm, helm-plugin
helm-github
Implement a Helm chart repository with GitHub pages
Stars: ✭ 18 (-37.93%)
Mutual labels:  helm, helm-plugin
helm-whatup
A Helm plugin to help users determine if there's an update available for their installed charts.
Stars: ✭ 37 (+27.59%)
Mutual labels:  helm, helm-plugin
helm-ssm
Injects values from AWS SSM parameters on the values.yaml file
Stars: ✭ 43 (+48.28%)
Mutual labels:  helm, helm-plugin
helm-starter
A helm plugin for managing chart starters.
Stars: ✭ 32 (+10.34%)
Mutual labels:  helm, helm-plugin
helm-backup
Helm plugin which performs backup/restore of releases in a namespace to/from a file
Stars: ✭ 70 (+141.38%)
Mutual labels:  helm, helm-plugin
helm-schema-gen
So that you don't have to write values.schema.json by hand from scratch for your Helm 3 charts. [CURRENTLY NOT MAINTAINED]
Stars: ✭ 104 (+258.62%)
Mutual labels:  helm, helm-plugin
helm-spray
Helm plugin for installing or upgrading sub-charts from an umbrella-chart using dependency orders
Stars: ✭ 64 (+120.69%)
Mutual labels:  helm, helm-plugin
helm-inject
Inject additional configurations during Helm upgrade
Stars: ✭ 17 (-41.38%)
Mutual labels:  helm, helm-plugin
helm-mapkubeapis
This is a Helm plugin which map deprecated or removed Kubernetes APIs in a release to supported APIs
Stars: ✭ 287 (+889.66%)
Mutual labels:  helm, helm-plugin
helm-github
A Helm plugin to install raw Helm Charts from Github
Stars: ✭ 54 (+86.21%)
Mutual labels:  helm, helm-plugin
gitops-playground
Reproducible infrastructure to showcase GitOps workflows and evaluate different GitOps Operators on Kubernetes
Stars: ✭ 77 (+165.52%)
Mutual labels:  helm
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-58.62%)
Mutual labels:  helm
redislabs-helm
Helm charts for Redis Enterprise
Stars: ✭ 12 (-58.62%)
Mutual labels:  helm
emqx-chart
emqx kubernetes helm
Stars: ✭ 18 (-37.93%)
Mutual labels:  helm
charts
ChartMuseum Project Helm Charts
Stars: ✭ 38 (+31.03%)
Mutual labels:  helm

Helm v3 Namespace Plugin

This plugin is meant to be used as a simple drop in replacement for auto-creation of namespaces in Helm v3. This feature was removed in Helm v3 for some good reasons, but there is still a need to handle creating a namespace in some cases. It is drop dead simple and does a simple kubectl apply with the most basic of namespace object so as to not override any settings that may already be there.

Installation

This plugin requires kubectl to be installed and available on your $PATH.

Installation is as simple as running:

$ helm plugin install https://github.com/thomastaylor312/helm-namespace

Usage

You can pass all of the same arguments you would to helm normally:

$ helm namespace install foo --set foo=bar stable/wordpress -n foo
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].