alauda / captain

A Helm 3 Controller
Apache License 2.0
185 stars 46 forks source link

Are created resources also watched? #5

Closed raffaelespazzoli closed 5 years ago

raffaelespazzoli commented 5 years ago

does this operator watch resources created by the helm charts? In other words if a chart created a deployment and some user changes the deployment spec, will this chart restored the desired version as defined by the chart?

hangyan commented 5 years ago

No, the operator only watches HelmRequest. I think helm itself also does not watch for resource changes