post_install() {
  echo "Run the following command to finish plugin installation:"
  for plugin in cli getter post-renderer; do
    echo -e "\thelm plugin install /usr/lib/helm/plugins/secrets-$plugin"
  done
}
