• mattjmcnaughton's avatar
    Fix concurrency issues with helm install · 53c8e9b6
    mattjmcnaughton authored
    Address a race condition that arises when running two `helm install`
    commands, both of which specify a namespace that does not already exist.
    
    In this specific instance, attempting to create a `namespace` which
    already exists shouldn't be a failure which causes `helm install` to
    terminate.
    53c8e9b6
environment.go 7.56 KB