Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 782 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 782 Bytes

resources


https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/resource/

Generating the Helm Template

helm -n cert-manager template \
  cert-manager \
  --output-dir . \
  --include-crds \
  --skip-tests \
  --version 1.14.3 \
  jetstack/cert-manager

Generate Kustomization

These assumes you're in the root directory of this repository

Local Python

helmizer ./examples/resources/helmizer.yaml

Validate

kubectl kustomize ./examples/resources/