File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
docs/search/02-search-enterprise-deploy Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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
3434export 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
4136export MDB_TLS_CERT_SECRET_PREFIX=" certs"
4237export 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
4639export CERT_MANAGER_NAMESPACE=" cert-manager"
4740export MDB_TLS_SELF_SIGNED_CLUSTER_ISSUER=" selfsigned-cluster-issuer"
You can’t perform that action at this time.
0 commit comments