From 1839639577ee3c46f5c32142b0b0d18d4616af67 Mon Sep 17 00:00:00 2001 From: Mathias Staab Date: Fri, 1 Mar 2024 21:19:06 +0100 Subject: [PATCH 1/2] the process name should not contain the path --- charts/coturn/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/coturn/templates/statefulset.yaml b/charts/coturn/templates/statefulset.yaml index 8fa0d5f0ede..d2b9c7ef9b7 100644 --- a/charts/coturn/templates/statefulset.yaml +++ b/charts/coturn/templates/statefulset.yaml @@ -186,7 +186,7 @@ spec: - name: CONFIG_DIR value: /secrets-tls - name: PROCESS_NAME - value: /usr/bin/turnserver + value: turnserver - name: RELOAD_SIGNAL value: SIGUSR2 volumeMounts: From b50767c503f54ae1c26c2fcf45655fa7a6e4d99f Mon Sep 17 00:00:00 2001 From: Mathias Staab Date: Mon, 4 Mar 2024 10:26:11 +0100 Subject: [PATCH 2/2] add changelog --- changelog.d/3-bug-fixes/WPB-6567 | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/3-bug-fixes/WPB-6567 diff --git a/changelog.d/3-bug-fixes/WPB-6567 b/changelog.d/3-bug-fixes/WPB-6567 new file mode 100644 index 00000000000..abcc7935654 --- /dev/null +++ b/changelog.d/3-bug-fixes/WPB-6567 @@ -0,0 +1 @@ +coturn cert-reloader sidecar config: process name should not contain the path (helm chart)