1.2.0 • Published 5 years ago

@privoro/kumulate v1.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Kumulate

Replacement for Kustomize that focuses on ordering resources such that base nesting is respected.

Installation

Kumulate can be installed via NPM.

npm install -g @privoro/kumulate

Usage

Call kumlate build with a path to a directory containing a kustomization.yml.

kumulate build path/to/kustomization/dir

Feature Parity w/ Kustomize

The following kustomize fields are supported by Kumulate.

  • resources
  • bases
  • SecretGenerator
  • ConfigMapGenerator
  • commonAnnotations
  • commonLabels
  • namespace
  • namePrefix
  • nameSuffix
  • generatorOptions
  • patchesStrategicMerge
  • patchesJson6902
  • crds
  • vars
  • images