Skip to content

Commit

Permalink
fix: manifests typo
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored and mgoltzsche committed Sep 12, 2023
1 parent db8b2a3 commit 9d811f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Usage examples can be found in the [example](example) and [e2e](e2e) directories
khelm can be used as a containerized KRM function with [kpt](https://github.com/GoogleContainerTools/kpt).
The khelm function templates a chart and returns the output as single manifest file or kustomization directory (when `outputPath` ends with `/`) that kpt writes to disk.

In opposite to the kustomize plugin approach, kpt function outputs can be audited reliably when committed to a git repository, a kpt function does not depend on particular plugin binaries on the host and CD pipelines can run without dependencies to rendering technologies and chart servers since they just apply static mainfests to a cluster (e.g. using `kpt live apply`).
In opposite to the kustomize plugin approach, kpt function outputs can be audited reliably when committed to a git repository, a kpt function does not depend on particular plugin binaries on the host and CD pipelines can run without dependencies to rendering technologies and chart servers since they just apply static manifests to a cluster (e.g. using `kpt live apply`).

#### kpt function usage example

Expand Down

0 comments on commit 9d811f4

Please sign in to comment.