Skip to content

Commit

Permalink
init-script: fix init script.yml (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: bloussou <[email protected]>
  • Loading branch information
bloussou authored Oct 11, 2024
1 parent 6b0f84e commit 4fa4553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repository contains Helm charts for deploying OSRD, which consists of three
- Kubernetes cluster
- Helm installed

## Deploying the Application
## Deploying the application

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

Expand Down
2 changes: 1 addition & 1 deletion templates/editoast/init_script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
set -e
{{- with .Values.services.editoast.init.extend }}
{{ . }}
{{ . | nindent 4 }}
{{- end }}
diesel migration run
{{- end }}

0 comments on commit 4fa4553

Please sign in to comment.