I have noticed that setting values through istioctl manifest apply will affect other Istio resources. For example, when I set --set values.tracing.enabled=true, Kiali which was previously installed in cluster vanished.
And what is the right way to set values(option) like values.pilot.traceSampling?
Thanks