如何在helm chart加上環境變數

Helm Chart

程式

let retryLimit = _isNumber(Number(process.env.retry_limit)) ? Number(process.env.retry_limit) : 3;

Last updated