Skip to content

Files

Latest commit

9886563 · Apr 28, 2024

History

History

namespace

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 28, 2024
Apr 28, 2024
Nov 8, 2021

namespace


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

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/namespace/helmizer.yaml

Validate

kubectl kustomize ./examples/namespace/