mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-25 05:49:36 +02:00
Fixed fatal error while deploying flame to cluster
This commit is contained in:
parent
9dd3bd1f53
commit
ee044ed2ff
3 changed files with 10 additions and 9 deletions
|
@ -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');
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue