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
As a marketplace application developer I would like the ability to accept configuration file input from the Marketplace UI so that I can accept configuration parameters that cannot be expressed as key-value pairs.
One way to do this would be to extend the x-google-marketplace property to included a CONFIG_FILE type. It would be used to generate a data entry field in the Cloud Marketplace UI where a user could upload a local file or specify a cloud storage resource location.
The uploaded file contents would replace a file with default/placeholder values in a helm chart directory which would be accessed using Files.Get as shown below
As a marketplace application developer I would like the ability to accept configuration file input from the Marketplace UI so that I can accept configuration parameters that cannot be expressed as key-value pairs.
One way to do this would be to extend the x-google-marketplace property to included a CONFIG_FILE type. It would be used to generate a data entry field in the Cloud Marketplace UI where a user could upload a local file or specify a cloud storage resource location.
The uploaded file contents would replace a file with default/placeholder values in a helm chart directory which would be accessed using Files.Get as shown below
manifest.yaml (fragment)
The text was updated successfully, but these errors were encountered: