helm-patchdiff

command module
v0.0.0-...-8cbbc9b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2021 License: Apache-2.0 Imports: 29 Imported by: 0

README

helm-patchdiff

Generates a JSON patch diff based on the parameters that would be passed along to helm upgrade.

ARCHIVED

This project was a proof of concept to generate the same patch diffs as Helm. I do not plan on maintaining this as an official Helm plugin.

Usage

$ go build
$ ./helm-patchdiff RELEASE_NAME CHART_NAME

Example

$ helm create foo
$ helm install foo ./foo
$ ./helm-patchdiff foo ./foo/
[{},{},{}]
$ ./helm-patchdiff foo ./foo/ --set replicaCount=3
[{},{},{"spec":{"replicas":3}}]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL