travisjeffery / proglog

grpc log service example project
188 stars 76 forks source link

adds space before closing parenthesis #12

Open iamnotaturtle opened 2 years ago

iamnotaturtle commented 2 years ago

When deploying to kubernetes locally, the pods are crashlooping. Looking at the logs the error was: Error: While parsing config: yaml

It seems like the config file we create in initContainers is failing to be parsed by the cobra package. Adding the extra space seems to have fixed it