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

Set the operator-namespace to default when running locally #1125

Merged
merged 1 commit into from
Jun 21, 2019

Conversation

sebgl
Copy link
Contributor

@sebgl sebgl commented Jun 21, 2019

The operator creates a configmap in its own namespace. When running
locally for development with make run, this namespace probably doesn't
exist, which makes the operator fail at startup.
Let's use the default namespace instead of "elastic-system", it seems
simpler than creating the "elastic-system" namespace on dev
environments.

The operator creates a configmap in its own namespace. When running
locally for development with `make run`, this namespace probably doesn't
exist, which makes the operator fail at startup.
Let's use the default namespace instead of "elastic-system", it seems
simpler than creating the "elastic-system" namespace on dev
environments.
@sebgl sebgl merged commit 8a61856 into elastic:master Jun 21, 2019
@pebrc pebrc added v0.9.0 >bug Something isn't working >enhancement Enhancement of existing functionality and removed >enhancement Enhancement of existing functionality labels Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug Something isn't working v0.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants