Skip to content

Commit

Permalink
gateway: fix bad name on helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: ElysaSrc <[email protected]>
  • Loading branch information
ElysaSrc committed Sep 11, 2024
1 parent e43a96d commit 88e8b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/gateway_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
{{- if .Values.gateway.extra_help }}
- name: extra_help
configMap:
name: {{ include "osrd.fullname" . }}-gateway-extra_help
name: {{ include "osrd.fullname" . }}-gateway-extrahelp
{{- end }}
{{- with .Values.gateway.volumes }}
{{- toYaml . | nindent 8 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "osrd.fullname" . }}-gateway-extra_help
name: {{ include "osrd.fullname" . }}-gateway-extrahelp
data:
help.md: |
{{ .Values.gateway.extra_help | nindent 4 }}
Expand Down

0 comments on commit 88e8b3a

Please sign in to comment.