You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@josvazg I'm finding more incompatibilities with the generated AtlasDeployment resource and it's schema definition, do you want me to create another issue for that? 🤔
@josvazg I'm finding more incompatibilities with the generated AtlasDeployment resource and it's schema definition, do you want me to create another issue for that? 🤔
Yes, please. If the issues are not related to this same exact fix, it is better to be separate.
What did you do to encounter the bug?
Steps to reproduce the behavior:
helm template
) for mongodb/atlas-deployment helm chartWhat did you expect?
I expected no
serverlessSpec
field in the AtlasDeployment if none has been specified in thevalues.yaml
file.What happened instead?
It generates a
spec.serverlessSpec
withnull
value inside theAtlasDeployment
which doesn't satisfy the schema definition.Screenshots
The
if
condition should be added also to theserverlessSpec
too:helm-charts/charts/atlas-deployment/templates/atlas-deployment.yaml
Line 23 in 4a5a00f
Kubernetes Cluster Information
Additional context
2.4.1
The text was updated successfully, but these errors were encountered: