mongodb / helm-charts

Apache License 2.0
99 stars 92 forks source link

MongoDB Operator fails to identify caCertificateSecretRef #304

Closed natya-t closed 9 months ago

natya-t commented 9 months ago

Installed MongoDB operator from following steps from https://docs.vultr.com/how-to-install-mongodb-on-vultr-kubernetes-engine-vke

replica-set.yaml deployment gives below error.

mongo-crd % kubectl apply -f replica-set.yaml -n mongo-crd error: error validating "mongodb-kubernetes-operator/templates/mdbc.yaml": error validating data: ValidationError(MongoDBCommunity.spec.security.tls): unknown field "caCertificateSecretRef" in com.mongodb.mongodbcommunity.v1.MongoDBCommunity.spec.security.tls; if you choose to ignore these errors, turn validation off with --validate=false mongo-crd %

natya-t commented 9 months ago

Posted it on write github path.