Ashley Zhao
09/30/2022, 5:30 PMhelm uninstall yatai -n yatai-system
helm uninstall yatai -n yatai-components
helm uninstall yatai-csi-driver-image-populator -n yatai-components
helm list -n yatai-operators | tail -n +2 | awk '{print $1}' | xargs -I{} helm -n yatai-operators uninstall {}
or additionally deleting the namespace, like the Bash script does?
Thank you! I hope I’m not taking up too much of your time with these questions.