Skip to content

Commit

Permalink
Use '.toml' as revad config
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuAlfageme committed Sep 17, 2020
1 parent 3b2e5fc commit ed53dd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion revad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: revad
description: The Reva daemon (revad) helm chart
type: application
version: 1.2.1
version: 1.2.2
appVersion: v1.2.1
icon: https://reva.link/logo.svg
home: https://reva.link
Expand Down
4 changes: 4 additions & 0 deletions revad/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ spec:
- /go/bin/revad
args:
- "-c"
{{- if .Values.useStatefulSet }}
- "/etc/revad/${HOSTNAME}.toml"
{{- else }}
- "/etc/revad/revad.toml"
{{- end }}
- "-p"
- "/var/run/revad.pid"
volumeMounts:
Expand Down

0 comments on commit ed53dd2

Please sign in to comment.