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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR covers #210.
I have tried to add a single
resourcesdriver-opt at first which could be used as following:But then found out its not possible to nest keyvalues inside driver-opts at the moment (raised an issue for that #617)
The next step could be #377 where it was proposed to add a possibility of extending the YAML manifest.
I might take care of that later, but decided to add resource handling in a simple way for now.