Contributing
If you want to add new fields to the config, or add new components, you'll need to update the scaffold
package to accept any new config options. And then update the components you wish to extend.
For example, if you want to be able to configure the rollout strategy in the service.yaml
config - you'll need to add those options to scaffold
, and then update the deployment
package to accept those new options.
The aim is to wrap the Pulumi SDK in our own simplified API, which is easy to use, and easy to extend.
Last updated