Skip to content

Commit

Permalink
Rename auth-active-from annotation (#1354)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Nov 22, 2024
1 parent 6ec7763 commit 1e6df97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/kubedb/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const (
ProxySQLKey = "proxysql" + "." + GroupName

// Auth related constants
BasicAuthActiveFromAnnotation = "basic-auth-active-from"
AuthActiveFromAnnotation = GroupName + "/auth-active-from"

// =========================== Elasticsearch Constants ============================
ElasticsearchRestPort = 9200
Expand Down

0 comments on commit 1e6df97

Please sign in to comment.