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
9a8ea668
Commit
9a8ea668
authored
Jan 20, 2021
by
Markus Scheidgen
Committed by
Lauri Himanen
Feb 09, 2021
Browse files
Added archive version suffix to helm chart.
parent
7acb52cf
Changes
1
Show whitespace changes
Inline
Side-by-side
ops/helm/nomad/templates/nomad-configmap.yml
View file @
9a8ea668
...
@@ -20,6 +20,9 @@ data:
...
@@ -20,6 +20,9 @@ data:
tmp: "{{ .Values.volumes.tmp }}"
tmp: "{{ .Values.volumes.tmp }}"
prefix_size: {{ .Values.volumes.prefixSize }}
prefix_size: {{ .Values.volumes.prefixSize }}
working_directory: /app
working_directory: /app
{{ if .Values.volumes.archiveVersionSuffix }}
archive_version_suffix: "{{ .Values.volumes.archiveVersionSuffix }}"
{{ end }}
logstash:
logstash:
enabled: {{ .Values.logstash.enabled }}
enabled: {{ .Values.logstash.enabled }}
host: "{{ .Values.logstash.host }}"
host: "{{ .Values.logstash.host }}"
...
...
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