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

Adding ability to deploy helm chart to a namespace. #124

Merged
merged 1 commit into from
Jul 17, 2020

Conversation

HoustonPutman
Copy link
Contributor

@HoustonPutman HoustonPutman commented Jul 9, 2020

Issue number of the reported bug or feature request: Resolves #118 Resolves #119

Describe your changes
This PR allows for the solr operator to be deployed to a specific namespace using the helm chart.
This can be done with helm install --namespace <ex>.

The ability to watch specific namespaces has also been added via the watchNamespaces helm variable, as well as the --watch-namespaces option to the solr operator program.
If neither is provided, then the operator will watch the entire kubernetes cluster (all namespaces).

There are also now parameters for creating RBAC/ServiceAccounts.

Testing performed
I have installed the operator with many different configurations manually using the helm chart.

Also allow for watching on specific namespaces, not clusterwide.

Signed-off-by: Houston Putman <hputman@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants