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

Provide advanced config options for resources created and managed by the operator #563

Open
leochr opened this issue Mar 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@leochr
Copy link
Member

leochr commented Mar 28, 2024

Liberty Operator allows many options in its CR to specify various configurations for the underlying Kubernetes resources (Deployment / StatefulSet, Service, Route, Knative, etc) that the Operator creates and manages.

It's not ideal to expose all config options for these Kubernetes resources as that'll make our CRDs very big.

Instead, we should have a config option with unstrucutured type that allows users to overlay configuration for the various resources Liberty Operator creates and manages.

@leochr leochr added the enhancement New feature or request label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant