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

Add kustomize support for deploying in an existing namespace #130

Open
faarshad opened this issue Feb 19, 2021 · 0 comments
Open

Add kustomize support for deploying in an existing namespace #130

faarshad opened this issue Feb 19, 2021 · 0 comments

Comments

@faarshad
Copy link

Feature Description

Current deployment of the operator via kustomization.yaml creates a new Namespace called newrelic-kubernetes-operator-system and deploys the resources in that namespace. Some organizations want to deploy the operator in an existing namespace and not create a new namespace.

Describe Alternatives

I had to use kustomize to generate raw manifests and manually remove the Namespace creation manifest which goes against the automation mindset.

Additional context

Possible solution is to remove the Namespace creation step and document that the user can create the Namespace if needed in their kustomize overlay.

@jpvajda jpvajda added this to Feature Backlog in NR1 Developer Toolkit Community May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants