Trying the example of K8s with Mongodb Atlas from Application Deployment in Kubernetes with the MongoDB Atlas Operator | MongoDB
Getting this the below error when I try to executed " kubectl apply -f ./atlas"
Error from server (BadRequest): error when creating “atlas/deployment.yaml”: AtlasDeployment in version “v1” cannot be handled as a AtlasDeployment: strict decoding error: unknown field “spec.deploymentSpec.providerSettings”
Looks like project and user yamls’ are okay and deployment.yaml is reporting the above error. Any suggestion on this ?.