Merge pull request #1071 from monopole/standaloneChartInflatorTest

Standalone ChartInflator plugin test.
This commit is contained in:
Jeff Regan
2019-05-13 12:09:57 -07:00
committed by GitHub
6 changed files with 120 additions and 14 deletions

View File

@@ -62,7 +62,7 @@ The file `chartInflator.yaml` could contain:
```
apiVersion: someteam.example.com/v1
kind: ChartInflatorExec
kind: ChartInflator
metadata:
name: notImportantHere
chartName: minecraft
@@ -150,7 +150,7 @@ reminder.
### Exec plugins
[chartinflator]: ../plugin/someteam.example.com/v1/ChartInflatorExec
[chartinflator]: ../plugin/someteam.example.com/v1/ChartInflator
See this example [helm chart inflator][chartInflator].