Skip to content

0.8.0 Bug fix for helm template

Compare
Choose a tag to compare
@aknysh aknysh released this 13 Jul 05:43

what

  • Bug fix for helm template

why

  • When using the helm chart, the following error is thrown:

error validating data: ValidationError(Deployment.spec.template.spec): unknown field "resources" in io.k8s.api.core.v1.PodSpec;

This is because helm chart Deployment has resources placed at Deployment.spec.template.spec.resources where if should be at Deployment.spec.template.spec.containers[0].resources instead