Skip to content

Commit c6024b8

Browse files
committed
Also do this on register script
1 parent aff6175 commit c6024b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/kubernetes-agent-tentacle/scripts/register.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ fi
88

99
# In the scenario where a customer is using a custom certificate (which is mounted via a config map), we need to rehash the certificates
1010
# We just do this all the time because there is no downside
11+
set +e
1112
echo "Rehashing SSL/TLS certificates"
1213
openssl rehash /etc/ssl/certs
14+
set -e
1315

1416
# Tentacle Docker images only support once instance per container. Running multiple instances can be achieved by running multiple containers.
1517
instanceName=Tentacle

0 commit comments

Comments
 (0)