A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
Apache License 2.0
1.26k
stars
119
forks
source link
Fix controller and webhook-server chart templates #232
Fixes incorrect formatting in deployment-controller.yaml and webhook-server.yaml templates.
Attempting to set controller or webhookServer section values led to an error
Error: YAML parse error on kube-fledged/templates/deployment-webhook-server.yaml: error converting YAML to JSON: yaml: line 26: mapping values are not allowed in this context
helm.go:84: [debug] error converting YAML to JSON: yaml: line 26: mapping values are not allowed in this context
Fixes incorrect formatting in
deployment-controller.yaml
andwebhook-server.yaml
templates. Attempting to setcontroller
orwebhookServer
section values led to an error