Commit e1559c9
authored
docs: clarify that helm-diff uses helm template by default (#960)
The README intro incorrectly implied that helm-diff uses
helm upgrade --debug --dry-run by default. In reality, it uses
helm template by default, and helm upgrade --dry-run is only used
when HELM_DIFF_USE_UPGRADE_DRY_RUN=true is set.
Fixes #666
Signed-off-by: yxxhero <aiopsclub@163.com>1 parent 203ed37 commit e1559c9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments