From 3ab1c39b1a420324028bd7e1edca061250844bfe Mon Sep 17 00:00:00 2001 From: scanash00 Date: Sun, 6 Apr 2025 23:30:16 -0800 Subject: [PATCH] fix: plane template --- blueprints/plane/template.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/plane/template.toml b/blueprints/plane/template.toml index 932af51..2a93dbf 100644 --- a/blueprints/plane/template.toml +++ b/blueprints/plane/template.toml @@ -17,8 +17,8 @@ env = [ "MINIO_ROOT_USER=access-key", "MINIO_ROOT_PASSWORD=password:32", "AWS_REGION=", -"AWS_ACCESS_KEY_ID={username}", -"AWS_SECRET_ACCESS_KEY=${MINIO_ROOT_PASSWORD}", +"AWS_ACCESS_KEY_ID=${MINIO_ROOT_USER}", +"AWS_SECRET_ACCESS_KEY=${minio_password}", "AWS_S3_ENDPOINT_URL=http://plane-minio:9000", "AWS_S3_BUCKET_NAME=uploads", "NGINX_PORT=80",