Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
81de5d44
Commit
81de5d44
authored
Jul 27, 2020
by
Markus Scheidgen
Browse files
Fixed helm chart for changed service config variable.
parent
1be93c2c
Pipeline
#79457
canceled with stages
in 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ops/helm/nomad/templates/api-deployment.yaml
View file @
81de5d44
...
...
@@ -178,7 +178,7 @@ spec:
subPath
:
conf.js
name
:
enc-conf-js
env
:
-
name
:
NOMAD_SERVICE
-
name
:
NOMAD_
META_
SERVICE
value
:
"
app"
-
name
:
NOMAD_CONSOLE_LOGLEVEL
value
:
"
{{
.Values.app.console_loglevel
}}"
...
...
ops/helm/nomad/templates/worker-deployment.yaml
View file @
81de5d44
...
...
@@ -51,7 +51,7 @@ spec:
-
mountPath
:
/nomad
name
:
nomad-volume
env
:
-
name
:
NOMAD_SERVICE
-
name
:
NOMAD_
META_
SERVICE
value
:
"
worker"
-
name
:
NOMAD_CONSOLE_LOG_LEVEL
value
:
"
{{
.Values.worker.console_loglevel
}}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment