# Functions
ConvertYAMLtoJSONHelper converts the yaml to json recursively.
GetEnvOrPanic will get an environment variable, panicking if it does not exist.
Poll will run f every 10 seconds until it returns true or the timout is reached.
ReadInYAMLFileAndConvert reads in the yaml file given by the path given.