SciDAS / nextflow-api

MIT License
31 stars 5 forks source link

deployment/deletion does not work with latest helm #34

Closed cbmckni closed 4 years ago

cbmckni commented 4 years ago

Helm 3.1.0 does not work with the error:

$ helm install nextflow-api helm/
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [unknown object type "nil" in Deployment.metadata.labels.instance, unknown object type "nil" in Deployment.spec.selector.matchLabels.instance, unknown object type "nil" in Deployment.spec.template.metadata.labels.instance]

Helm v3.0.0-beta.3 works fine.

Will fix incompatibility ASAP.