diff --git a/charts/atlas-deployment/templates/atlas-deployment.yaml b/charts/atlas-deployment/templates/atlas-deployment.yaml index 611cc4e..2ec978d 100644 --- a/charts/atlas-deployment/templates/atlas-deployment.yaml +++ b/charts/atlas-deployment/templates/atlas-deployment.yaml @@ -24,11 +24,11 @@ spec: deploymentSpec: {{- toYaml .deploymentSpec | nindent 4 }} {{- end }} - {{- if .serverlessSpec }} + {{- if .serverlessSpec}} serverlessSpec: {{- toYaml .serverlessSpec | nindent 4}} {{- end }} - {{- end }} +{{- end }} {{- if $.Values.postInstallHook.enabled }} ---