alauda / captain

A Helm 3 Controller
Apache License 2.0
185 stars 46 forks source link

add a cluster selector or regular expression in spec. #74

Open lmxia opened 4 years ago

lmxia commented 4 years ago

add new feature

For now Captain CRD helmrequst can either use spec.clusterName to install chart on one specific cluster or use spec.installToAllClusters to install chart on all clusters.

So maybe add a cluster selector or Regular Expression make it more flexible.