You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
--zap-log-level
or any other arguments)It looks like there is a prototype of what we'd like here: #61
The text was updated successfully, but these errors were encountered: