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
This helm chart is very poorly written and not tested. I'm running into the same issue and trying to resolve it now. The crux of it is in the templates/configmap.yaml. It's trying to read the mutationconfig and sidecarconfig keys from values.yaml that doesn't exist. Also, the formatting is wrong as well.
helm install helm/sidecarinjector/ --generate-name
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [unknown object type "nil" in ConfigMap.data.mutationconfig.yaml, unknown object type "nil" in ConfigMap.data.sidecarconfig.yaml]
The text was updated successfully, but these errors were encountered: