mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 10:15:22 +00:00
fix: Allow custom MYGOBIN in mdrip invokations
This commit is contained in:
@@ -32,7 +32,7 @@ chart repository.
|
||||
This example defines the `helm` command as
|
||||
<!-- @defineHelmCommand @testHelm -->
|
||||
```
|
||||
helmCommand=~/go/bin/helmV3
|
||||
helmCommand=${MYGOBIN:-~/go/bin}/helmV3
|
||||
```
|
||||
|
||||
This value is needed for testing this example in CI/CD.
|
||||
|
||||
Reference in New Issue
Block a user