From cad0a655c861b6ea7fbb752cb8e11d1679edc1f4 Mon Sep 17 00:00:00 2001 From: tmunsch Date: Mon, 11 Jan 2021 15:36:55 -0500 Subject: [PATCH] fixed description for startup variable --- storage/minio/egg-minio-s3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/minio/egg-minio-s3.json b/storage/minio/egg-minio-s3.json index a491acea..9ef0e0cf 100644 --- a/storage/minio/egg-minio-s3.json +++ b/storage/minio/egg-minio-s3.json @@ -29,7 +29,7 @@ "variables": [ { "name": "Startup Type", - "description": "normal or rotate", + "description": "normal,rotate,update", "env_variable": "STARTUP_TYPE", "default_value": "normal", "user_viewable": true,