Chart last mile example

This commit is contained in:
Jeffrey Regan
2019-04-26 15:46:10 -07:00
parent ca4d5ed42b
commit 76d370a8f2
3 changed files with 260 additions and 0 deletions

View File

@@ -32,9 +32,11 @@ function testGoTest {
go test -v ./...
}
# This is helm stuff.
function testNoTravisGoTest {
go test -v sigs.k8s.io/kustomize/pkg/target \
-run TestChartInflatorExecPlugin -tags=notravis
mdrip --mode test --label helmtest README.md ./examples/chart.md
}
function testExamples {