Skip to content

Commit c94a94a

Browse files
committed
Remove the warning about yaml anchors going away since this is solved in chia tools now
1 parent 1a2b467 commit c94a94a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ if [[ ${service} == "harvester" ]]; then
311311
fi
312312
fi
313313

314-
# EXPERIMENTAL!
315-
# If you use any of the chia tools config processing, your config will lose all yaml anchors and be fully expanded out
316314
# Check if any of the env vars start with "chia." or "chia__" and if so, process the config with chia-tools
317315
if env | grep -qE '^chia(\.|__)'; then
318316
echo "Found environment variables starting with 'chia.' or 'chia__' - Running chia-tools"

0 commit comments

Comments
 (0)