An open API service indexing awesome lists of open source software.

https://github.com/zjj2wry/helm-diff

helm-diff compare different reversion release values or manifest
https://github.com/zjj2wry/helm-diff

helm helm-diff helm-plugin

Last synced: 11 months ago
JSON representation

helm-diff compare different reversion release values or manifest

Awesome Lists containing this project

README

          

# helm-diff

## Install

```
helm plugin install https://github.com/zjj2wry/helm-diff
```

## Example
#### Get different version release values.yaml and diff its
```
helm diff values REALEASE 1 2
```

#### Get different version release manifest.yaml and diff its
```
helm diff manifest REALEASE 1 2
```

## Uninstall
```
helm plugin remove diff
```