diff --git a/deployment/haproxy/haproxy-public-tls-inject.yaml b/deployment/haproxy/haproxy-public-tls-inject.yaml index cfe0dba9a5..018c524b67 100644 --- a/deployment/haproxy/haproxy-public-tls-inject.yaml +++ b/deployment/haproxy/haproxy-public-tls-inject.yaml @@ -175,6 +175,7 @@ outputs: block: - name: copy certificate, chgrp, restart haproxy shell: | + set -e {{ container_cli }} cp {{ cert_path }} {{ item }}:{{ cert_path }} {{ container_cli }} exec --user root {{ item }} chgrp haproxy {{ cert_path }} {{ container_cli }} kill --signal=HUP {{ item }}