Skip to content

Commit

Permalink
fix indentation (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRockyOng authored Jun 14, 2024
1 parent cd78eca commit 002b930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/migration/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
{{- if or .databaseUrlFrom $.Values.config.databaseUrlFrom }}
- name: DATABASE_URL
valueFrom:
{{- toYaml (.databaseUrlFrom | default $.Values.config.databaseUrlFrom) | nindent 4 }}
{{- toYaml (.databaseUrlFrom | default $.Values.config.databaseUrlFrom) | nindent 14 }}
{{- else }}
- name: DATABASE_URL
value: {{ .Values.migration.config.databaseUrl | default (include "jitsu.databaseUrl" .) | quote }}
Expand Down

0 comments on commit 002b930

Please sign in to comment.