Skip to content

Commit

Permalink
Merge pull request #135 from luolong/patch-1
Browse files Browse the repository at this point in the history
fix(doc): table layout
  • Loading branch information
tkrullmann authored Nov 8, 2021
2 parents 76e79ed + 0e7993d commit 4719e9a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/defining-charts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@ The following properties can be configured on a chart:
|===
| Property | Description | Default

`chartName`
The name of the chart, as used in various `helm` CLI commands. The plugin will make sure that the chart sources are
in a directory with this name when calling `helm`.
Defaults to the name of the chart in the DSL.

`chartVersion`
The version of the chart, as used by `helm`.
Defaults to the Gradle project version.

`sourceDir`
The directory containing the chart sources (`Chart.yaml` file, etc.).
Defaults to `src/main/helm` for the `main` chart (see below), _required_ for all other charts.

`extraFiles`
An optional Gradle `CopySpec` that allows injecting files from external sources into the chart.
By default, no files are copied.
| `chartName`
| The name of the chart, as used in various `helm` CLI commands. The plugin will make sure that the chart sources are
in a directory with this name when calling `helm`.
| Defaults to the name of the chart in the DSL.

| `chartVersion`
| The version of the chart, as used by `helm`.
| Defaults to the Gradle project version.

| `sourceDir`
| The directory containing the chart sources (`Chart.yaml` file, etc.).
| Defaults to `src/main/helm` for the `main` chart (see below), _required_ for all other charts.

| `extraFiles`
| An optional Gradle `CopySpec` that allows injecting files from external sources into the chart.
| By default, no files are copied.
|===


Expand Down

0 comments on commit 4719e9a

Please sign in to comment.