Skip to content

Commit

Permalink
Fixed null serverlessSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed Nov 27, 2024
1 parent 4a5a00f commit ae753da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/atlas-deployment/templates/atlas-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ spec:
deploymentSpec:
{{- toYaml .deploymentSpec | nindent 4 }}
{{- end }}
{{- if .serverlessSpec }}
serverlessSpec:
{{- toYaml .serverlessSpec | nindent 4}}
{{- end }}
{{- end }}

{{- if $.Values.postInstallHook.enabled }}
---
Expand Down

0 comments on commit ae753da

Please sign in to comment.