Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion controllers/operator/construct/appdb_construction.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (

const (
appDBServiceAccount = "mongodb-kubernetes-appdb"
InitAppDbContainerName = "mongodb-enterprise-init-appdb"
InitAppDbContainerName = "mongodb-kubernetes-init-appdb"
// AppDB environment variable names
InitAppdbVersionEnv = "INIT_APPDB_VERSION"
podNamespaceEnv = "POD_NAMESPACE"
Expand Down
2 changes: 1 addition & 1 deletion controllers/operator/construct/database_construction.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
databaseLivenessProbeCommand = "/opt/scripts/probe.sh"
databaseReadinessProbeCommand = "/opt/scripts/readinessprobe"

InitDatabaseContainerName = "mongodb-enterprise-init-database"
InitDatabaseContainerName = "mongodb-kubernetes-init-database"

// Database environment variable names
InitDatabaseVersionEnv = "INIT_DATABASE_VERSION"
Expand Down