From 000af8c77d25bb9faa9412c1c490c6afc76395b1 Mon Sep 17 00:00:00 2001 From: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> Date: Tue, 7 Feb 2023 21:37:52 -0800 Subject: [PATCH] Address comments Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> --- cmd/operator/app_commands.go | 14 ++++++++++++++ pkg/apis/minio.min.io/v2/constants.go | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/cmd/operator/app_commands.go b/cmd/operator/app_commands.go index d5abf3ed9f0..796a918a082 100644 --- a/cmd/operator/app_commands.go +++ b/cmd/operator/app_commands.go @@ -1,3 +1,17 @@ +// Copyright (C) 2023, MinIO, Inc. +// +// This code is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License, version 3, +// as published by the Free Software Foundation. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License, version 3, +// along with this program. If not, see + package main import ( diff --git a/pkg/apis/minio.min.io/v2/constants.go b/pkg/apis/minio.min.io/v2/constants.go index 360852b720a..b1a81e54388 100644 --- a/pkg/apis/minio.min.io/v2/constants.go +++ b/pkg/apis/minio.min.io/v2/constants.go @@ -49,7 +49,7 @@ const MinIOCertPath = "/tmp/certs" const TmpPath = "/tmp" // CfgPath is the location of the MinIO Configuration File -const CfgPath = "/etc/minio/config.env" +const CfgPath = "/tmp/minio/config.env" // TenantLabel is applied to all components of a Tenant cluster const TenantLabel = "v1.min.io/tenant"