-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
I would like to be able to select namespace using globs so that I can apply company namespace naming convention.
Solution:
- Add a feature switch such as
clustersecretstore-allow-namespace-glob(boolean, default false) - Improve client_manager.go to support glob if feature is enabled
An example is the argocd AppProject , it is possible to use glob on destination namespaces
kind: AppProject
apiVersion: argoproj.io/v1alpha1
metadata:
name: project-two
namespace: argocd
spec:
destinations:
- namespace: 'team-two*'
server: '*'If you are interested in this feature I can contribute.
Describe alternatives you've considered
- Create one SecretStore per namespace
- Use Kyverno to mutate SecretStore ref
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.