Azure / AppConfiguration-KubernetesProvider

Bring your data in Azure App Configuration down to your Kubernetes cluster, available as ConfigMap and Secrets and ready to be consumed by any workload.
MIT License
5 stars 3 forks source link

Deduplicate feature flags #50

Closed linglingye001 closed 3 months ago

linglingye001 commented 3 months ago

For featureFlag.selector, snapshotName and keyFilter/labelFilter can select same feature flags, need to deduplicate and the latter selector take precedence.