Skip to content

Commit d97a207

Browse files
committed
sre: todo prior to tagging
1 parent dd28f35 commit d97a207

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

nix/docker/context/node/bin/run-node

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ cat << EOF > /usr/local/bin/env
9999
# Docker run ENV vars
100100
EOF
101101

102+
# TODO-SRE: Add kes-agent CLI arg once available
103+
102104
if [[ -n ${CARDANO_TRACER_SOCKET_NETWORK_ACCEPT:-} ]]; then
103105
echo "CARDANO_TRACER_SOCKET_NETWORK_ACCEPT=\"$CARDANO_TRACER_SOCKET_NETWORK_ACCEPT\"" \
104106
>> /usr/local/bin/env

nix/nixos/cardano-node-service.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,8 @@ in {
909909
`cardano-cli query ledger-peer-snapshot`
910910
'';
911911
};
912+
913+
# TODO-SRE: Add kes-agent CLI arg opts once available
912914
};
913915
};
914916

0 commit comments

Comments
 (0)