From fbb31d3a1bf4a994a92bc8c3018c1d7488b64f85 Mon Sep 17 00:00:00 2001 From: Julieta Bnzz Date: Mon, 10 Apr 2023 18:43:51 +0100 Subject: [PATCH] deploy/proglog: solve config error due to missing space Deploying locally results in the pod erroring, this is due to [1]. [1] https://github.com/travisjeffery/proglog/pull/12. --- deploy/proglog/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/proglog/templates/statefulset.yaml b/deploy/proglog/templates/statefulset.yaml index 579323f..1056860 100644 --- a/deploy/proglog/templates/statefulset.yaml +++ b/deploy/proglog/templates/statefulset.yaml @@ -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: