Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure delete.sh script works properly with implicit namespace (#…
…217) #### Motivation The `delete.sh` cleanup script currently doesn't require a namespace to be provided via the -n option and uses the current kubectl context's namespace otherwise. The `$namespace` variable wasn't set in this case however meaning later parts of the script might not work as intended. #### Modifications Ensure `$namespace` variable is set correctly either way. #### Result `delete.sh` script works properly when `-n` option isn't used. Signed-off-by: Nick Hill <nickhill@us.ibm.com>
- Loading branch information