From 0e120c292e6e8e356f5bfcfc6a38b799ebcc6414 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 15 Jan 2019 23:42:16 -0800 Subject: [PATCH] Fixed minio --- public/v1/apps/minio.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/v1/apps/minio.json b/public/v1/apps/minio.json index 157f7cd..3e38ecc 100644 --- a/public/v1/apps/minio.json +++ b/public/v1/apps/minio.json @@ -40,14 +40,14 @@ { "id": "$$cap_access_key", "label": "Minio Access Key", - "defaultValue": "latest", + "defaultValue": "", "description": "Username to access minio server", "validRegex": "/.{5,}/" }, { "id": "$$cap_secret_key", "label": "Minio Secret Key", - "defaultValue": "latest", + "defaultValue": "", "description": "Password to access minio server", "validRegex": "/.{8,}/" }]