Skip to content

Commit

Permalink
Fixed null serverlessSpec (#365)
Browse files Browse the repository at this point in the history
Fixed null serverlessSpec
  • Loading branch information
igor-karpukhin authored Nov 27, 2024
1 parent 4a5a00f commit 8a53f24
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 8a53f24

Please sign in to comment.