Skip to content

Commit

Permalink
osrdyne: fix config map identation issue
Browse files Browse the repository at this point in the history
Signed-off-by: ElysaSrc <[email protected]>
  • Loading branch information
ElysaSrc committed Oct 2, 2024
1 parent 6147184 commit 2d5acce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/osrdyne_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data:
editoast_url: "{{ .Values.editoast.internalUrl }}"
{{- with .Values.core.autoscaling }}
autoscaling:
{{- toYaml . | nindent 6 }}
{{- toYaml . | nindent 8 }}
{{- end }}
kube_deployment_options:
default_env:
Expand Down

0 comments on commit 2d5acce

Please sign in to comment.