Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds space before closing parenthesis #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iamnotaturtle
Copy link

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

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
julieta-311 added a commit to julieta-311/proglog that referenced this pull request Apr 10, 2023
Deploying locally results in the pod erroring, this is due to [1].

[1] travisjeffery/proglog#12.
julieta-311 added a commit to julieta-311/proglog that referenced this pull request Apr 10, 2023
Deploying locally results in the pod erroring, this is due to [1].

[1] travisjeffery/proglog#12.
julieta-311 added a commit to julieta-311/proglog that referenced this pull request Apr 10, 2023
Deploying locally results in the pod erroring, this is due to [1].

[1] travisjeffery/proglog#12.
julieta-311 added a commit to julieta-311/proglog that referenced this pull request Apr 15, 2023
Deploying locally results in the pod erroring, this is due to [1].

[1] travisjeffery/proglog#12.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant