Skip to content

Commit

Permalink
deploy/proglog: solve config error due to missing space
Browse files Browse the repository at this point in the history
Deploying locally results in the pod erroring, this is due to [1].

[1] travisjeffery/proglog#12.
  • Loading branch information
julieta-311 committed Apr 15, 2023
1 parent 0f9e3ff commit fbb31d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/proglog/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
{{.Values.serfPort}}"
$([ $ID != 0 ] && echo 'start-join-addrs: \
"proglog-0.proglog.{{.Release.Namespace}}.svc.cluster.local:\
{{.Values.serfPort}}"')
{{.Values.serfPort}}"' )
bootstrap: $([ $ID = 0 ] && echo true || echo false )
EOD
volumeMounts:
Expand Down

0 comments on commit fbb31d3

Please sign in to comment.