summaryrefslogtreecommitdiff
path: root/roles/apps/coturn/templates/acmetool-reload.sh.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apps/coturn/templates/acmetool-reload.sh.j2')
-rw-r--r--roles/apps/coturn/templates/acmetool-reload.sh.j23
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/apps/coturn/templates/acmetool-reload.sh.j2 b/roles/apps/coturn/templates/acmetool-reload.sh.j2
index c90c296d..08530583 100644
--- a/roles/apps/coturn/templates/acmetool-reload.sh.j2
+++ b/roles/apps/coturn/templates/acmetool-reload.sh.j2
@@ -18,9 +18,6 @@ while read name; do
install -m 0644 -o root -g coturn "$certdir/fullchain" "$SSL_D/cert.pem"
install -m 0640 -o root -g coturn "$certdir/privkey" "$SSL_D/privkey.pem"
-{% if kubernetes_cri_socket %}
- export CONTAINER_RUNTIME_ENDPOINT="{{ kubernetes_cri_socket }}"
-{% endif %}
pod_id=$(crictl pods -q --state ready --name "^coturn-{{ coturn_realm }}-{{ ansible_nodename }}$")
[ -n "$pod_id" ] || exit 42
container_id=$(crictl ps -q --name '^coturn$' -p "$pod_id")