You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aakashs-MacBook-Pro:infra aakash$ helm version
version.BuildInfo{Version:"v3.7.0", GitCommit:"eeac83883cb4014fe60267ec6373570374ce770b", GitTreeState:"clean", GoVersion:"go1.17"}
Aakashs-MacBook-Pro:infra aakash$ helm search repo preemptible
NAME CHART VERSION APP VERSION DESCRIPTION
estafette/estafette-gke-preemptible-killer 1.3.0 1.3.0 Kubernetes controller to spread preemption for ...
estafette/estafette-gke-node-pool-shifter 1.2.4 1.2.4 Kubernetes controller that can shift nodes from...
Aakashs-MacBook-Pro:infra aakash$ helm template preemptive-killer estafette/estafette-gke-preemptible-killer -f playground/values.yaml
Error: YAML parse error on estafette-gke-preemptible-killer/templates/deployment.yaml: error converting YAML to JSON: yaml: line 48: mapping values are not allowed in this context
Use --debug flag to render out invalid YAML
Hi, awesome project.
please find the following information for my environment context:
rendering template leads to following error
Aakashs-MacBook-Pro:infra aakash$ helm template preemptive-killer estafette/estafette-gke-preemptible-killer -f playground/values.yaml Error: YAML parse error on estafette-gke-preemptible-killer/templates/deployment.yaml: error converting YAML to JSON: yaml: line 48: mapping values are not allowed in this context Use --debug flag to render out invalid YAML
problem seem to be here,
https://github.com/estafette/estafette-gke-preemptible-killer/blob/main/helm/estafette-gke-preemptible-killer/templates/deployment.yaml#L62
as per discussion here helm/helm#6251 (comment), it should be
I tried the above fix and helm seem to be rendering it correctly!
Thank you
The text was updated successfully, but these errors were encountered: