Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade controller-runtime to v0.16.3 #235

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

MarcosDY
Copy link
Collaborator

No description provided.

if len(o.Cache.Namespaces) == 0 && configSpec.CacheNamespace != "" {
o.Cache.Namespaces = []string{configSpec.CacheNamespace}
if len(o.Cache.DefaultNamespaces) == 0 && configSpec.CacheNamespace != "" {
o.Cache.DefaultNamespaces[configSpec.CacheNamespace] = cache.Config{}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

controller runtime now supports to have a map of allowed namespaces,
to support that feature we must add new configurations with the more granular configurations,
may we add an issue to address that?

@Anhui-tqhuang
Copy link

@MarcosDY @azdagron hey when could this PR gets merged ...

@MarcosDY MarcosDY merged commit a655a08 into spiffe:main Dec 20, 2023
6 checks passed
@MarcosDY MarcosDY deleted the upgrade-controller-runtime branch December 20, 2023 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants