Skip to content

Able to set Debug option for each HelmChartProxy individually #317

@dmvolod

Description

@dmvolod

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.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions