Uninstalling AI-VAULT

  1. Go to the directory where the AI-VAULT configuration file ai-vault.yaml is stored.
  2. Run the following command to uninstall AI-VAULT:
     kubectl delete -f ai-vault.yaml
    The following is an uninstallation example:
    # kubectl delete -f ai-vault.yaml 
    deployment.apps/ai-vault deleted
    service/ai-vault deleted