PremiereGlobal / stim

Speeding up development with glue that brings tools together
MIT License
15 stars 7 forks source link

added filters for cluster and service account #62

Closed lwahlmeier closed 4 years ago

lwahlmeier commented 4 years ago

This change allows the stim config to have

kube:
  cluster:
    filter: ".*dev.*"
  service-account:
    filter: ".*admin.*"

as well as adding --cf and --saf to the stim kube config command. it addresses #59