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
"FileSystem" Templates loaded from configmaps is a wonky user experience which makes them not as extendable as possible.
How could this Function help solve your problem?
If you support go's embed it will allow templates to actually be loaded from filesystem and embedded into the function as a virtual file system which is available at runtime.
What problem are you facing?
"FileSystem" Templates loaded from configmaps is a wonky user experience which makes them not as extendable as possible.
How could this Function help solve your problem?
If you support go's embed it will allow templates to actually be loaded from filesystem and embedded into the function as a virtual file system which is available at runtime.
https://pkg.go.dev/embed
The text was updated successfully, but these errors were encountered: