hongbo-miao/hongbomiao.com

View on GitHub
kubernetes/bin/utils/uninstall_temporal.sh

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash
set -e

echo "# Uninstall Temporal"
helm uninstall temporal --namespace=hm-temporal
kubectl delete job temporal-schema-setup --namespace=hm-temporal
kubectl delete namespace hm-temporal
echo "=================================================="