Skip to content

Commit fcb92ca

Browse files
committed
cleanup
1 parent 0b8bff0 commit fcb92ca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/search/02-search-enterprise-deploy/env_variables.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,8 @@ export OPERATOR_HELM_CHART="mongodb/mongodb-kubernetes"
3333
# comma-separated key=value pairs for additional parameters passed to the helm-chart installing the operator
3434
export OPERATOR_ADDITIONAL_HELM_VALUES=""
3535

36-
## TLS-related secret names used for MongoDB and MongoDBSearch
37-
#export MDB_TLS_CA_SECRET_NAME="${MDB_RESOURCE_NAME}-ca" # legacy CA secret (not used by Enterprise CR directly)
38-
#export MDB_TLS_SERVER_CERT_SECRET_NAME="${MDB_RESOURCE_NAME}-tls" # legacy direct cert secret (not used by Enterprise CR directly)
39-
#export MDB_SEARCH_TLS_SECRET_NAME="${MDB_RESOURCE_NAME}-search-tls" # used by MongoDBSearch
40-
## New variables for Enterprise MongoDB TLS configuration using certsSecretPrefix + tls.ca
4136
export MDB_TLS_CERT_SECRET_PREFIX="certs"
4237
export MDB_TLS_CA_CONFIGMAP="${MDB_RESOURCE_NAME}-ca-configmap"
43-
## Expected member cert secret name created by TLS script: ${MDB_TLS_CERT_SECRET_PREFIX}-${MDB_RESOURCE_NAME}-cert
44-
## Agent/client certs (if enabled later) would follow the operator's naming pattern with the same prefix.
4538

4639
export CERT_MANAGER_NAMESPACE="cert-manager"
4740
export MDB_TLS_SELF_SIGNED_CLUSTER_ISSUER="selfsigned-cluster-issuer"

0 commit comments

Comments
 (0)