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

fix(kubernetes): do not fail on nil receiver #56

Merged
merged 1 commit into from
Aug 16, 2019
Merged

Conversation

sh0rez
Copy link
Member

@sh0rez sh0rez commented Aug 16, 2019

Although Tanka can show totally fine without a spec.json, however it panicked because of
the namespace override.

Now leaves the namespace untouched if it is not known.

Furthermore also fails on apply and diff without a spec.json with a clean error
message.

Fixes #55

Although Tanka can run totally fine without a spec.json, it panicked because of
the namespace override.

Now leaves the namespace untouched if it is not known.

Furthermore also fails on apply and diff without a spec.json with a clean error
message.
@sh0rez sh0rez added kind/bug Something isn't working component/kubernetes Working with Kubernetes clusters labels Aug 16, 2019
@sh0rez sh0rez self-assigned this Aug 16, 2019
@sh0rez sh0rez merged commit e220c83 into master Aug 16, 2019
@sh0rez sh0rez deleted the nil-kubernetes branch August 16, 2019 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/kubernetes Working with Kubernetes clusters kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic when attempting to show and environment missing a spec.json
2 participants