Skip to content
GitLab
Menu
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
e6cb8481
Commit
e6cb8481
authored
Aug 20, 2020
by
Markus Scheidgen
Browse files
Fixed api-deployment format error. [skip-ci]
parent
73f2fdae
Pipeline
#80764
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ops/helm/nomad/templates/api-deployment.yaml
View file @
e6cb8481
...
...
@@ -100,7 +100,7 @@ data:
"usesBetaData": {{ .Values.version.usesBetaData }},
"officialUrl": "{{ .Values.version.officialUrl }}"
},
"encyclopediaEnabled": {{ .Values.gui.encyclopediaEnabled }}
"encyclopediaEnabled": {{ .Values.gui.encyclopediaEnabled }}
,
"aitoolkitEnabled": {{ .Values.gui.aitoolkitEnabled }}
};
---
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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