• Larry Rensing's avatar
    feat(*): add --namespace flag to 'helm list' · 3a380923
    Larry Rensing authored
    Users can now specify a namespace filter for 'helm list'.  Only the
    releases within the specified namespace will be shown.  For example,
    'helm list --namespace foo' will only show releases for the 'foo'
    namespace.  Also added a namespace field to the table view.
    
    Closes #1563
    3a380923
mock_test.go 4.25 KB