We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff6175 commit c6024b8Copy full SHA for c6024b8
docker/kubernetes-agent-tentacle/scripts/register.sh
@@ -8,8 +8,10 @@ fi
8
9
# In the scenario where a customer is using a custom certificate (which is mounted via a config map), we need to rehash the certificates
10
# We just do this all the time because there is no downside
11
+set +e
12
echo "Rehashing SSL/TLS certificates"
13
openssl rehash /etc/ssl/certs
14
+set -e
15
16
# Tentacle Docker images only support once instance per container. Running multiple instances can be achieved by running multiple containers.
17
instanceName=Tentacle
0 commit comments