Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhi.li committed Oct 23, 2023
1 parent a3dd7d6 commit 94cba44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/resources/statefulsets/minio-statefulset.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import (
)

const (
bucketDNSEnv = "MINIO_DNS_WEBHOOK_ENDPOINT"
bucketDNSEnv = "MINIO_DNS_WEBHOOK_ENDPOINT"
// StroageDeletionLabel - pvc with this label and the value is `true` means when tenant is being deleted the pvc will be deleted.
StroageDeletionLabel = "stroageDeletion"
)

Expand Down

0 comments on commit 94cba44

Please sign in to comment.