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

Helm values support #66

Open
miskr-instructure opened this issue Jul 18, 2024 · 0 comments
Open

Helm values support #66

miskr-instructure opened this issue Jul 18, 2024 · 0 comments

Comments

@miskr-instructure
Copy link

miskr-instructure commented Jul 18, 2024

Currently the doppler operator chart cannot be customized at all via values.yaml. The one in the chart is empty, and the chart has no go templating in it, so the manifests are all hardcoded YAML files.

The following things should be configurable via values.yaml:

  • manager container args (eg. to add --zap-log-level or any other arguments)
  • manager container resources
  • manager pod/container securityContext
  • (extra) manager deployment/pod annotations and labels

It looks like there is a prototype of what we'd like here: #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant