Skip to content

Commit

Permalink
fix: update indents
Browse files Browse the repository at this point in the history
  • Loading branch information
claywd committed Oct 17, 2023
1 parent 3a971eb commit 8c9c5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubefirst-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
env:
{{- range $name, $item := .Values.env }}
- name: {{ $name }}
{{- $item | toYaml | nindent 14 }}
{{- $item | toYaml | nindent 12 }}
{{- end }}
{{- if not .Values.atlasDbHost }}
- name: MONGODB_HOST
Expand Down

0 comments on commit 8c9c5f4

Please sign in to comment.