Skip to content

Commit

Permalink
Merge pull request #19 from cloudkite-io/fix-volume-indentation
Browse files Browse the repository at this point in the history
fix indent for job and deployment
  • Loading branch information
kirill-cloudkite authored Nov 29, 2023
2 parents 485ef2b + 28f2547 commit fabff23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion standard-app/templates/workloads/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
{{- range $appConfig.volumes }}
- name: {{ .name }}
{{- with .type }}
{{- toYaml . | nindent 14 }}
{{- toYaml . | nindent 10 }}
{{- end }}
{{- end }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion standard-app/templates/workloads/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
{{- range $jobConfig.volumes }}
- name: {{ .name }}
{{- with .type }}
{{- toYaml . | nindent 14 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit fabff23

Please sign in to comment.