mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-31 12:49:57 +00:00
Fix Dev tool container run.sh (#1051)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
7ab4e59b7a
commit
8b9b6a2f78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user