Skip to content

Commit

Permalink
Merge pull request #139 from thomasmillergbtw/patch-1
Browse files Browse the repository at this point in the history
Fix kotlin extra files to use create("myChart")
  • Loading branch information
tkrullmann authored Nov 8, 2021
2 parents d9ae913 + dd77750 commit 76e79ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/defining-charts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ helm.charts {
.Kotlin
----
helm.charts {
myChart {
create("myChart") {
sourceDir.set(file("src/helm/my-chart"))
extraFiles {
Expand Down

0 comments on commit 76e79ed

Please sign in to comment.