helm:package
Full name:
org.microbean:helm-maven-plugin:2.8.2.1.1.2:package
Description:
Packages a Helm chart from its raw materials.
Attributes:
- Requires a Maven project to be executed.
Required Parameters
| Name |
Type |
Since |
Description |
| chartContentsUri |
String |
- |
A String in URI form pointing to the Helm
chart contents to load. Default value is: file:${project.basedir}/src/helm/charts/${project.artifactId}/.
|
Optional Parameters
| Name |
Type |
Since |
Description |
| chartLoader |
AbstractChartLoader |
- |
(no description)
|
| chartTargetUri |
URI |
- |
(no description)
|
| chartWriter |
AbstractChartWriter |
- |
(no description)
|
| skip |
boolean |
- |
Whether to skip execution. Default value is: false.
|
Parameter Details
chartContentsUri:
A String in URI form pointing to the Helm
chart contents to load.
- Type: java.lang.String
- Required: Yes
- Default: file:${project.basedir}/src/helm/charts/${project.artifactId}/
chartLoader:
(no description)
- Type: org.microbean.helm.chart.AbstractChartLoader
- Required: No
chartTargetUri:
(no description)
- Type: java.net.URI
- Required: No
chartWriter:
(no description)
- Type: org.microbean.helm.chart.AbstractChartWriter
- Required: No
skip:
Whether to skip execution.
- Type: boolean
- Required: No
- Default: false