Kustomize: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://github.com/kubernetes-sigs/kustomize =Internal= * Kubernetes Operations")
 
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:


* [[Kubernetes Operations]]
* [[Kubernetes Operations]]
=Overview=
kustomize allows you customize raw, template-free YAML files, leaving the original YAML untouched and usable as is.
=Installation=
brew install kustomize

Latest revision as of 18:47, 12 August 2019

External

Internal

Overview

kustomize allows you customize raw, template-free YAML files, leaving the original YAML untouched and usable as is.

Installation

brew install kustomize