Skip to content

Commit

Permalink
Merge branch 'main' into sui
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Jan 16, 2025
2 parents 23c498e + 5a76b26 commit 2ee098c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/k8s/config/overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ const (
EnvBase64ConfigOverride = "BASE64_CONFIG_OVERRIDE"
EnvBase64ConfigOverriderDescription = "Base64-encoded TOML config (should contain at least chainlink image and version)"
EnvBase64ConfigOverrideExample = "W0NoYWlubGlua0ltYWdlXQppbWFnZT0icHVibGljLmVjci5hd3MvY2hhaW5saW5rL2NoYWlubGluayIKdmVyc2lvbj0iMi43LjEtYXV0b21hdGlvbi0yMDIzMTEyNyIKCltBdXRvbWF0aW9uXQpbQXV0b21hdGlvbi5HZW5lcmFsXQpkdXJhdGlvbj0yMDAK"

EnvSethLogLevel = "SETH_LOG_LEVEL"
EnvSethLogLevelDescription = "Specifies the log level used by Seth"
EnvSethLogLevelExample = "info"
)

var (
Expand Down
1 change: 1 addition & 0 deletions lib/k8s/environment/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ func jobEnvVars(props *Props) *[]*k8s.EnvVar {
config.EnvVarInternalDockerRepo,
config.EnvVarLocalCharts,
config.EnvBase64ConfigOverride,
config.EnvSethLogLevel,
}
for _, k := range lookups {
v, success := os.LookupEnv(k)
Expand Down

0 comments on commit 2ee098c

Please sign in to comment.