Skip to content

Commit

Permalink
clear consul gossip setup at start, like nomad, for good measure
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Mar 16, 2024
1 parent c40cf08 commit 5fd664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ ! -e /booted ]; then
exit 0
fi

rm -f /opt/nomad/data/server/serf.keyring
rm -f /opt/consul/serf/local.keyring /opt/nomad/data/server/serf.keyring
sed -i "s^VEhJUy1HRVRTLVJFUExBQ0VELUlULURPRVMtUklMTFk=^$HIND_C^" $CONSUL_HCL
sed -i "s^VEhJUy1HRVRTLVJFUExBQ0VELUlULURPRVMtUklMTFk=^$HIND_N^" $NOMAD_HCL

Expand Down

0 comments on commit 5fd664b

Please sign in to comment.