Commit Graph

1 Commits

Author SHA1 Message Date
Dylan Griffith 4855667dad Retry fetching Kubernetes Secret token
Since Kubernetes is creating the Secret and token asynchronously it is
necessary that we implement some delay or retrying logic to avoid a race
condition where we fetch a Secret before the token is even set. There
does not appear to be any way for us to force it to be set with any
synchronous API call so retrying seems to be the only option.
2019-06-21 16:36:34 +10:00