OpenBAO Cleanup

If any issues are encountered while running the installOpenbao command, ensure that all traces of previous attempts are cleaned up before retrying by following these steps:
  1. Remove openbao release and pods using the commands below.
    helm uninstall openbao -n avx
    kubectl delete pods openbao-0 openbao-1 openbao-2 -n avx --force
  2. Delete kubernetes secrets using the commands below.
    kubectl delete secret openbao-key-0 openbao-key-1 openbao-key-2 -n avx --force
    kubectl delete secret bao-key-secretid -n avx --force
    kubectl delete secret bao-key-secretid -n avx-kafka --force
    kubectl delete secret bao-key-secretid --force
  3. Delete pvcs by executing the command:
    kubectl delete pvc data-openbao-0 data-openbao-1 data-openbao-2 -n avx --force
  4. Delete configmap by executing the command:
    kubectl delete cm avx-openbao-configmap -n avx --force