Is your feature request related to a problem? Please describe.
As of now, when the deploy-type is smart_deploy, the resources to be updated are checked against ConfigMaps and Secrets they depend on. These files are taken from the list passed as argument. When resources are manually applied to the target cluster (and are not passed as argument to mlp) it is possible that some resources are not updated as expected.
Describe the solution you'd like
My advice is to fetch resources from the cluster and add them to the list of resources to be taken into account on update.
Is your feature request related to a problem? Please describe. As of now, when the
deploy-type
issmart_deploy
, the resources to be updated are checked againstConfigMaps
andSecrets
they depend on. These files are taken from the list passed as argument. When resources are manually applied to the target cluster (and are not passed as argument tomlp
) it is possible that some resources are not updated as expected.Describe the solution you'd like My advice is to fetch resources from the cluster and add them to the list of resources to be taken into account on update.