Skip to content

Commit 8807458

Browse files
committed
Use '.toml' as revad config
1 parent b2964c9 commit 8807458

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

revad/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ spec:
3434
- /go/bin/revad
3535
args:
3636
- "-c"
37+
{{- if .Values.useStatefulSet }}
38+
- "/etc/revad/${HOSTNAME}.toml"
39+
{{- else }}
3740
- "/etc/revad/revad.toml"
41+
{{- end }}
3842
- "-p"
3943
- "/var/run/revad.pid"
4044
volumeMounts:

0 commit comments

Comments
 (0)