Kubernetes Gradle Plugin's k8sHelm
task can't pick maintainers, home, sources from project configuration
#1073
Labels
k8sHelm
task can't pick maintainers, home, sources from project configuration
#1073
Description
While working on #1052 , I couldn't find any way to read the following properties in Helm Configuration from project configuration:
These fields are usually found in project metadata which is available in
pom.xml
of a maven project. However, I wasn't able to find a place where these meta fields are specified in an equivalent grade project. Probably, there isn't any existing equivalent. For now, the user has to specify it explicitly in Gradle Groovy DSL configuration:We need to check if there is way to search for these things in gradle configuration model and automatically read it while building up opinionated helm configuration.
The text was updated successfully, but these errors were encountered: