fixed wrong package type for helm, use k8s instead of helm

This commit is contained in:
Sebastian Sdorra
2020-06-04 12:34:59 +02:00
parent a3e4c1ddf4
commit 306c643c3e

View File

@@ -23,4 +23,4 @@
*/
def file = new File(project.build.directory, "package.yml")
file << "type: helm\n"
file << "type: k8s\n"