-
- All Implemented Interfaces:
public interface HelmChartPublishConventionConvention that adds publishing-related properties to each chart.
-
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getPublish()Indicates whether tasks for publishing this chart should be created automatically. -
-
Method Detail
-
getPublish
abstract Property<Boolean> getPublish()
Indicates whether tasks for publishing this chart should be created automatically.
Defaults to
true.
-
-
-
-