Skip to content

Commit

Permalink
Add timestamp to the helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jul 23, 2024
1 parent e96cbc0 commit 0efb1ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notebooks-accounting/templates/accounting-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ data:
{{- if .Values.eosc.installationId }}
installation_id={{ .Values.eosc.installationId }}
{{- end }}
{{- if .Values.storage.timestamp }}
timestamp_file={{ .Values.storage.timestamp }}
{{- end }}
[eosc.flavors]
{{- range $key, $val := .Values.eosc.flavorMetrics }}
Expand Down
2 changes: 2 additions & 0 deletions notebooks-accounting/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ storage:
apelSpool:
# storage to local sqlite database (empty value to disable)
notebooksDb: /accounting/notebooks.db
# timestamp file (empty value to disable)
timestamp: /accounting/eosc-timestamp

image:
repository: eginotebooks/svc-accounting
Expand Down

0 comments on commit 0efb1ff

Please sign in to comment.