Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix networkservicemesh#2245 Create NSM_NAMESPACE if missing on helm-i…
…nstall-nsm (networkservicemesh#2246) * Fix networkservicemesh#2245 Create NSM_NAMESPACE if missing on helm install This change fixes issue networkservicemesh#2245 . It updates the helm-nsm-install script to create the NSM_NAMESPACE if it does not already exist. Helm no longer will create namespaces if they don't exist, and so this is required so that the install that happens later in the script does not fail. Signed-off-by: Chris Johnston <[email protected]> * lint: wrap $NSM_NAMESPACE in double quotes to prevent globbing This change fixes a linting issue which was failing the build. The NSM_NAMESPACE parameter was not wrapped in double quotes. See: https://www.shellcheck.net/wiki/SC2086 Signed-off-by: Chris Johnston <[email protected]>
- Loading branch information