We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e007d6 commit fe61451Copy full SHA for fe61451
plugin.yaml
@@ -7,13 +7,6 @@ description: "Preview helm upgrade changes as a diff"
7
useTunnel: true
8
platformCommand:
9
- command: ${HELM_PLUGIN_DIR}/bin/diff
10
- # powershell does not return the original exit code, while cmd does
11
- # see https://github.com/databus23/helm-diff/issues/910
12
- - os: windows
13
- command: cmd
14
- args:
15
- - /c
16
- - "%HELM_PLUGIN_DIR%/bin/diff"
17
18
platformHooks:
19
install:
0 commit comments