-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
User Story
Right now, debug option can be enabling for whole controller and components centrally as running flag. And it's not possible to setup it for each HelmChartProxy, but in some cases, whole controller reconfiguration are not allowing.
As a user, I would like to enable debug option for each HelmChartProxy individually like a helm cli command, i.e.
helm install -f myvalues.yaml myredis ./redis --debug
Detailed Description
For this case, I suggesting to create an optional Debug (bool) field inside the HelmOptions
API struct, propagate it into the HelmInit method and set log level to 2
(default) if this option is enabled.
/kind feature
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.