GoogleCloudPlatform / deploymentmanager-samples

Deployment Manager samples and templates.
Apache License 2.0
940 stars 717 forks source link

Add support for setting uptimeCheckConfig from YAML #636

Closed KevinEmery closed 3 years ago

KevinEmery commented 3 years ago

When I converted the config to using a Jinja file I forgot to make the timeout configurable from the YAML file. This updates the Jinja file to read a property for the timeout, and adds that property to the base YAML to be overriden.