kustomization-helm

command module
v0.1.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2021 License: BSD-3-Clause Imports: 2 Imported by: 0

README

kustomization-helm

Usage

  1. Prepare folder with definition:
    # kustomization-helm.yaml
    registry: https://charts.jetstack.io
    chart: cert-manager
    version: v1.6.1
    name: cert-manager
    namespace: cert-manager-system
    args:
      - --set
      - installCRDs=true
    values:
      webhook:
        timeoutSeconds: 4
    
  2. Run kustomization-helm in that folder
  3. Find a ready to use kustomization with the content of that chart
    ├── kustomization-helm.yaml
    ├── kustomization.yaml
    └── templates
        ├── cainjector-deployment.yaml
        ├── ...
        └── webhook-validating-webhook.yaml
    

Installation

Docker
cd my-git-directory
docker pull ghcr.io/choffmeister/kustomization-helm:latest
docker run --rm -v $PWD:/workdir ghcr.io/choffmeister/kustomization-helm:latest

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL