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 May 11, 2021
1 parent fb9f789 commit 52cedcf
Showing 1 changed file with 4 additions and 0 deletions.
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 52cedcf

Please sign in to comment.