add explanation

Signed-off-by: goenning <me@goenning.net>
This commit is contained in:
goenning
2022-05-20 14:28:33 +01:00
parent 1b173f8b5d
commit f3b42c2cdb
@@ -74,6 +74,7 @@ export class AzureIdentityKubernetesAuthTranslator
this.accessToken = newAccessToken;
} catch (err) {
this.logger.error('Unable to fetch Azure token', err);
// don't throw the error, so the existing token will be re-used until we're able to fetch a new token
}
this.newToken = undefined;