Удален скрипт generate.sh и добавлено удаление файла конфигурации talos-demo.yaml в run-stand.sh.

This commit is contained in:
2025-06-29 12:42:32 +07:00
parent d0007cb1d6
commit c4a2348283
2 changed files with 1 additions and 785 deletions

View File

@@ -29,6 +29,7 @@ echo "${VERB} stand"
cd config
rm -rf *
rm ~/.kube/talos-demo.yaml
cd ..
exit 0
}