Исправления в ветке main

This commit is contained in:
2025-10-28 10:38:19 +06:00
parent 3be2880dd2
commit 0da366cad5
3 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ fi
success "✅ kustomize/configmap.yaml сгенерирован успешно"
if ! envsubst < deploy/deployment.tmpl.yaml > kustomize/deployment.yaml; then
if ! envsubst < deploy/3.deployment.tmpl.yaml > kustomize/deployment.yaml; then
error "Ошибка при генерации kustomize/deployment.yaml"
exit 1
fi