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
The data path restrictions imposed in #700 have the unintended effect of blocking the reuse of patch files. #700 doesn't create a problem for resources, as the way to achieve resource reuse is through bases (different kustomizations can refer to the same base). A base is also a way to reuse generated resources like secrets and config maps, so #700 doesn't block generator reuse.
But patches are transformers. We can allow their reuse via the new transformers plugin notation (which will allow base-like addressing kubernetes/enhancements#931) - or via a flag that disables the Loader restrictions.
The text was updated successfully, but these errors were encountered:
The data path restrictions imposed in #700 have the unintended effect of blocking the reuse of patch files. #700 doesn't create a problem for resources, as the way to achieve resource reuse is through bases (different kustomizations can refer to the same base). A base is also a way to reuse generated resources like secrets and config maps, so #700 doesn't block generator reuse.
But patches are transformers. We can allow their reuse via the new
transformers
plugin notation (which will allow base-like addressing kubernetes/enhancements#931) - or via a flag that disables the Loader restrictions.The text was updated successfully, but these errors were encountered: