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) 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: