Skip to content

Commit 4fa4553

Browse files
authored
init-script: fix init script.yml (#31)
Signed-off-by: bloussou <[email protected]>
1 parent 6b0f84e commit 4fa4553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repository contains Helm charts for deploying OSRD, which consists of three
1111
- Kubernetes cluster
1212
- Helm installed
1313

14-
## Deploying the Application
14+
## Deploying the application
1515

1616
After adding the repository, you can deploy the application using the following command:
1717

templates/editoast/init_script.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
set -e
1010
1111
{{- with .Values.services.editoast.init.extend }}
12-
{{ . }}
12+
{{ . | nindent 4 }}
1313
{{- end }}
1414
diesel migration run
1515
{{- end }}

0 commit comments

Comments
 (0)