command
module
Version:
v0.1.0-alpha.4
Opens a new window with list of versions in this module.
Published: Dec 5, 2021
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
kustomization-generator
Usage helm
This generator allows you to convert a hosted helm chart into locally stored resource definitions.
- Prepare folder with definition:
# kustomization-generator.yaml
type: helm
registry: https://charts.jetstack.io
chart: cert-manager
version: v1.6.1
name: cert-manager
namespace: cert-manager-system
args:
- --include-crds
values:
some: value
- Run
kustomization-generator in that folder
- Find a ready to use kustomization with the content of that chart
├── kustomization-generator.yaml
├── kustomization.yaml
└── generated
└── crds
└── ...
└── templates
└── ...
Usage kustomize
This generator allows you to convert a remote kustomization into a locally stored resource definition.
- Prepare folder with definition:
# kustomization-generator.yaml
type: kustomize
namespace: namespace
url: github.com/CrunchyData/postgres-operator-examples/kustomize/install?ref=main
args:
- --reorder
- legacy
- Run
kustomization-generator in that folder
- Find a ready to use kustomization with the content of that chart
├── kustomization-generator.yaml
├── kustomization.yaml
└── generated
└── resources.yaml
Usage download
TODO
Installation
Docker
cd my-git-directory
docker pull ghcr.io/choffmeister/kustomization-generator:latest
docker run --rm -v $PWD:/workdir ghcr.io/choffmeister/kustomization-generator:latest
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.