You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be a little bit crazier than the last one, but I keep getting asked why it's not possible to have a global/default configmap or secret. It seems that with RBAC enabled, and control over what gets written to the default namespace this is reasonable.
It would be awesome if something like konfd would enable this with an annotation on a resource in the default namespace, something like:
konfd.io/is-global: "true"
I can see the case being made that it should only behave as a default (given the namespace name) and should not overwrite existing resources in other namespaces if they already exist.
The text was updated successfully, but these errors were encountered:
This is pretty interesting, but I think it will make things super hard to reason about. How to handle errors when data is not available in all namespaces to resolve the template?
This might be a little bit crazier than the last one, but I keep getting asked why it's not possible to have a global/default configmap or secret. It seems that with RBAC enabled, and control over what gets written to the default namespace this is reasonable.
It would be awesome if something like konfd would enable this with an annotation on a resource in the default namespace, something like:
konfd.io/is-global: "true"
I can see the case being made that it should only behave as a default (given the namespace name) and should not overwrite existing resources in other namespaces if they already exist.
The text was updated successfully, but these errors were encountered: