Adds a parameter in install-agent.sh to set the discovery interval for the agents
Makes use of that parameter from the ci-cd.yaml to set it to a new value more appropriate for our demo environment.
Notes:
The environment secret TRENTO_DISCOVERY_INTERVAL has already been added with a value of 90.
I didn't want to adjust a new default value in the code as it might impact customers / partners that are already testing and would like to keep the 10s default.
This PR:
ci-cd.yaml
to set it to a new value more appropriate for our demo environment.Notes:
TRENTO_DISCOVERY_INTERVAL
has already been added with a value of90
.