Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed Nov 27, 2024
1 parent ae753da commit 6d1efbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/atlas-deployment/templates/atlas-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
---
Expand Down

0 comments on commit 6d1efbc

Please sign in to comment.