mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 09:23:12 +08:00
Fixed fatal error while deploying flame to cluster
This commit is contained in:
@@ -13,8 +13,8 @@ const initDockerSecrets = () => {
|
||||
|
||||
logger.log(`${upperProperty} was overwritten with docker secret value`);
|
||||
}
|
||||
} catch(e) {
|
||||
logger.log('Failed to initialize docker secrets. Error: ' + e, 'ERROR');
|
||||
} catch (e) {
|
||||
logger.log(`Failed to initialize docker secrets. Error: ${e}`, 'ERROR');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user