Skip to content

Commit

Permalink
Update readme with custom-diff suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsbhat committed Jul 28, 2023
1 parent b92fd9a commit b26d56e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ diff -u -N /var/folders/dm/40_kbx_56psgqt29q0wh2cxh0000gq/T/LIVE-2873647491/apps
protocol: TCP
-----------
```

## Suggestion

Try using the drift plugin with a custom diff tool instead for better results. **Ex**: diff tool, [dyff](https://github.com/homeport/dyff), This can be used by setting the flag `--custom-diff`

```shell
helm drift run prometheus-standalone -n monitoring --from-release --custom-diff "dyff between --omit-header --set-exit-code"
```

## Installation

```shell
Expand Down

0 comments on commit b26d56e

Please sign in to comment.