Skip to content

nhomble/helm-contains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm contains

Check Install Linter

check for existence of chart

Usage

if [[ $(helm contains ${CHART_NAME}) = "true" ]]; then
  echo "exists"
else
  echo "nope"
fi

And helm args are used as expected

if [[ $(helm contains ${CHART_NAME} -n ${NOT_DEFAULT_NAMESPACE}) = "true" ]]; then
  echo "exists"
fi

Install

helm plugin install https://github.com/nhomble/helm-contains

About

check for existence

Topics

Resources

License

Stars

Watchers

Forks

Languages