Skip to content

Commit

Permalink
Add comments to AttachGeneratedConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaldivia committed Jun 25, 2024
1 parent 79d515a commit a94c842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sidecar/pkg/common/generate_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"github.com/minio/operator/pkg/resources/statefulsets"
)

// AttachGeneratedConfig attaches the generated config to the file contents which will be stored in /tmp/minio/config.env
func AttachGeneratedConfig(tenant *miniov2.Tenant, fileContents string) string {
args, err := GetTenantArgs(tenant)
if err != nil {
Expand Down

0 comments on commit a94c842

Please sign in to comment.