Fix Dev tool container run.sh (#1051)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-02-25 16:02:56 +07:00 committed by GitHub
parent 7ab4e59b7a
commit 8b9b6a2f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,4 +26,4 @@ kubectl run anticrm-tool --rm --tty -i --restart='Never' \
--env="TELEGRAM_DATABASE=telegram-service" \
--env="MINIO_ENDPOINT=$MINIO_ENDPOINT" \
--env="MINIO_ACCESS_KEY=$MINIO_ACCESS_KEY" \
--env="MINIO_SECRET_KEY=$MINIO_SECRET_KEY" --image anticrm/tool --command -- bash
--env="MINIO_SECRET_KEY=$MINIO_SECRET_KEY" --image hardcoreeng/tool --command -- bash