sensu / sensu-flow

Github Action for Sensu flow resource management pattern.
MIT License
7 stars 6 forks source link

Enhancement: Support all namespaces resources #23

Open jspaleta opened 3 years ago

jspaleta commented 3 years ago

When you want to replicate a resource across all namespaces without having to copy it into every namespace directory.

Use Case:

Replicating Secrets into all namespaces as a commonly available resource.

Questions to answer

  1. what does 'all' mean in this context? Is it all existing namespaces ? Or is it all namespaces defined in cluster/namespaces.yml

  2. Should be have separate prune instruction with matching label and resource list for the 'all' special case?