good day, the release notes of v 5.5.2 say that now it’s possible to hide applications from the dasboard by using an Helm flag. https://docs.kasten.io/latest/operating/monitoring.html#k10-compliance
Since I’m pretty new to this stuff, I did not understand how can I exclude applications: should I edit a yaml in Openshift for kasten-io project (I’m running on oscp, sure) or shoud I export K10 settings with the command:
# helm get values k10 --output yaml --namespace=kasten-io > k10_values.yaml
then edit file file k10_values.yaml adding the Flag and the app names to hide and then reconfigure k10
# ??’ how?
thanks!!!