Skip to content

Commit

Permalink
Move Add Tenant Configure Audit Log and Monitoring to their own tabs (#…
Browse files Browse the repository at this point in the history
…1636)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
  • Loading branch information
dvaldivia committed Mar 1, 2022
1 parent 645f982 commit 632c665
Show file tree
Hide file tree
Showing 11 changed files with 1,639 additions and 1,423 deletions.
10 changes: 1 addition & 9 deletions operatorapi/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ package operatorapi

// list of all console environment constants
const (
ConsoleSubnetLicense = "CONSOLE_SUBNET_LICENSE"
ConsoleOperatorSAToken = "CONSOLE_OPERATOR_SA_TOKEN"
MinIOSubnetLicense = "MINIO_SUBNET_LICENSE"
ConsoleMarketplace = "CONSOLE_OPERATOR_MARKETPLACE"

// Constants for prometheus annotations
Expand All @@ -31,11 +29,5 @@ const (

// Image versions
const (
KESImageVersion = "minio/kes:v0.16.1"
)

// K8s

const (
OperatorSubnetLicenseSecretName = "subnet-license"
KESImageVersion = "minio/kes:v0.17.6"
)

0 comments on commit 632c665

Please sign in to comment.